#BB9BAB

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

Shades of Lily #BB9BAB

Tints of Lily #BB9BAB

Color information

#BB9BAB (or 0xBB9BAB) is unknown color: approx Lily. HEX triplet: BB, 9B and AB. RGB value is (187,155,171). Sum of RGB (Red+Green+Blue) = 187+155+171=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9BAB is #446454. Grayscale: #A6A6A6. Windows color (decimal): -4482133 or 11246523. OLE color: 11246523.

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

Color convert

RGB187155171-
CMYK00.170.090.27
HSL330º19.05%67.06%-
HSV(B)330º17.11%73.33%-
XYZ39.5736.9543.57-
YUV166.39130.6142.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=36.45%
G=30.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715517100.170.090.2733019.0567.06
HexBB9BAB01191B14a1343
Octal273233253021113351223103
Binary101110111001101110101011010001100111011101001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BAB; }

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

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

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

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

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

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

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

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