#BB9CAC

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

Shades of Lily #BB9CAC

Tints of Lily #BB9CAC

Color information

#BB9CAC (or 0xBB9CAC) is unknown color: approx Lily. HEX triplet: BB, 9C and AC. RGB value is (187,156,172). Sum of RGB (Red+Green+Blue) = 187+156+172=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9CAC is #446353. Grayscale: #A7A7A7. Windows color (decimal): -4481876 or 11312315. OLE color: 11312315.

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

Color convert

RGB187156172-
CMYK00.170.080.27
HSL329.03º18.56%67.25%-
HSV(B)329.03º16.58%73.33%-
XYZ39.8337.3244.13-
YUV167.09130.77142.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=36.31%
G=30.29%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715617200.170.080.27329.0318.5667.25
HexBB9CAC01181B1491343
Octal273234254021103351123103
Binary101110111001110010101100010001100011011101001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CAC; }

 p { color: rgb(187,156,172); }

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

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

 a { background-color: rgb(187,156,172); }

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

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

 span { border-color: rgb(187,156,172); }

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