#BB9CAE

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

Shades of Lily #BB9CAE

Tints of Lily #BB9CAE

Color information

#BB9CAE (or 0xBB9CAE) is unknown color: approx Lily. HEX triplet: BB, 9C and AE. RGB value is (187,156,174). Sum of RGB (Red+Green+Blue) = 187+156+174=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9CAE is #446351. Grayscale: #A7A7A7. Windows color (decimal): -4481874 or 11443387. OLE color: 11443387.

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

Color convert

RGB187156174-
CMYK00.170.070.27
HSL325.16º18.56%67.25%-
HSV(B)325.16º16.58%73.33%-
XYZ40.0237.445.15-
YUV167.32131.77142.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=36.17%
G=30.17%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715617400.170.070.27325.1618.5667.25
HexBB9CAE01171B1451343
Octal27323425602173350523103
Binary10111011100111001010111001000111111011101000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CAE; }

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

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

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

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

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

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

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

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