#BBA9B0

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

Shades of Lily #BBA9B0

Tints of Lily #BBA9B0

Color information

#BBA9B0 (or 0xBBA9B0) is unknown color: approx Lily. HEX triplet: BB, A9 and B0. RGB value is (187,169,176). Sum of RGB (Red+Green+Blue) = 187+169+176=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA9B0 is #44564F. Grayscale: #AFAFAF. Windows color (decimal): -4478544 or 11577787. OLE color: 11577787.

HSL color Cylindrical-coordinate representation of color #BBA9B0: hue angle of 336.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA9B0 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187169176-
CMYK00.100.060.27
HSL336.67º11.69%69.8%-
HSV(B)336.67º9.63%73.33%-
XYZ42.5242.0846.95-
YUV175.18128.46136.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 169 (66.41% from 255) = 31.77%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=35.15%
G=31.77%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716917600.100.060.27336.6711.6969.8
HexBBA9B00A61B151c46
Octal27325126001263352114106
Binary101110111010100110110000010101101101110101000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9B0; }

 p { color: rgb(187,169,176); }

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

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

 a { background-color: rgb(187,169,176); }

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

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

 span { border-color: rgb(187,169,176); }

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