#BA79AB

Color #BA79AB Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BA79AB

Tints of Bouquet #BA79AB

Color information

#BA79AB (or 0xBA79AB) is unknown color: approx Bouquet. HEX triplet: BA, 79 and AB. RGB value is (186,121,171). Sum of RGB (Red+Green+Blue) = 186+121+171=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA79AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA79AB is #458654. Grayscale: #929292. Windows color (decimal): -4556373 or 11237818. OLE color: 11237818.

HSL color Cylindrical-coordinate representation of color #BA79AB: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA79AB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186121171-
CMYK00.350.080.27
HSL313.85º32.02%60.2%-
HSV(B)313.85º34.95%72.94%-
XYZ34.4427.0541.93-
YUV146.14142.03156.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 121 (47.66% from 255) = 25.31%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=38.91%
G=25.31%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612117100.350.080.27313.8532.0260.2
HexBA79AB02381B13a203c
Octal27217125304310334724074
Binary101110101111001101010110100011100011011100111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79AB; }

 p { color: rgb(186,121,171); }

 H1.HeaderClassName
 {
   color: #BA79AB;
 }
 .AnyTagClassName
 {
   color: #BA79AB;
 }
</style>
background-color css

<style>
 a { background-color: #BA79AB; }

 a { background-color: rgb(186,121,171); }

 div.DivClassName
 {
   background-color: #BA79AB;
 }
 .BgClassName
 {
   background-color: #BA79AB;
 }
</style>
border-color css

<style>
 span { border-color: #BA79AB; }

 span { border-color: rgb(186,121,171); }

 td.TdClassName
 {
   border-color: #BA79AB;
 }
 .TagClassName
 {
   border-color: #BA79AB;
 }
</style>