#BB9CAF

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

Shades of Lily #BB9CAF

Tints of Lily #BB9CAF

Color information

#BB9CAF (or 0xBB9CAF) is unknown color: approx Lily. HEX triplet: BB, 9C and AF. RGB value is (187,156,175). Sum of RGB (Red+Green+Blue) = 187+156+175=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9CAF is #446350. Grayscale: #A7A7A7. Windows color (decimal): -4481873 or 11508923. OLE color: 11508923.

HSL color Cylindrical-coordinate representation of color #BB9CAF: hue angle of 323.23º 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 #BB9CAF is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187156175-
CMYK00.170.060.27
HSL323.23º18.56%67.25%-
HSV(B)323.23º16.58%73.33%-
XYZ40.1237.4445.67-
YUV167.43132.27141.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=36.10%
G=30.12%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715617500.170.060.27323.2318.5667.25
HexBB9CAF01161B1431343
Octal27323425702163350323103
Binary10111011100111001010111101000111011011101000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CAF; }

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

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

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

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

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

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

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

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