#BC9FAB

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

Shades of Lily #BC9FAB

Tints of Lily #BC9FAB

Color information

#BC9FAB (or 0xBC9FAB) is unknown color: approx Lily. HEX triplet: BC, 9F and AB. RGB value is (188,159,171). Sum of RGB (Red+Green+Blue) = 188+159+171=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FAB is #436054. Grayscale: #A9A9A9. Windows color (decimal): -4415573 or 11247548. OLE color: 11247548.

HSL color Cylindrical-coordinate representation of color #BC9FAB: hue angle of 335.17º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FAB is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188159171-
CMYK00.150.090.26
HSL335.17º17.79%68.04%-
HSV(B)335.17º15.43%73.73%-
XYZ40.4938.4343.81-
YUV169.04129.11141.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=36.29%
G=30.69%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815917100.150.090.26335.1717.7968.04
HexBC9FAB0F91A14f1244
Octal274237253017113251722104
Binary10111100100111111010101101111100111010101001111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FAB; }

 p { color: rgb(188,159,171); }

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

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

 a { background-color: rgb(188,159,171); }

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

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

 span { border-color: rgb(188,159,171); }

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