#BC9BAB

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

Shades of Lily #BC9BAB

Tints of Lily #BC9BAB

Color information

#BC9BAB (or 0xBC9BAB) is unknown color: approx Lily. HEX triplet: BC, 9B and AB. RGB value is (188,155,171). Sum of RGB (Red+Green+Blue) = 188+155+171=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9BAB is #436454. Grayscale: #A6A6A6. Windows color (decimal): -4416597 or 11246524. OLE color: 11246524.

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

Color convert

RGB188155171-
CMYK00.180.090.26
HSL330.91º19.76%67.25%-
HSV(B)330.91º17.55%73.73%-
XYZ39.8137.0743.59-
YUV166.69130.43143.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=36.58%
G=30.16%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815517100.180.090.26330.9119.7667.25
HexBC9BAB01291A14b1443
Octal274233253022113251324103
Binary101111001001101110101011010010100111010101001011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9BAB; }

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

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

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

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

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

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

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

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