#BBACB5

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

Shades of Lily #BBACB5

Tints of Lily #BBACB5

Color information

#BBACB5 (or 0xBBACB5) is unknown color: approx Lily. HEX triplet: BB, AC and B5. RGB value is (187,172,181). Sum of RGB (Red+Green+Blue) = 187+172+181=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACB5 is #44534A. Grayscale: #B1B1B1. Windows color (decimal): -4477771 or 11906235. OLE color: 11906235.

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

Color convert

RGB187172181-
CMYK00.080.030.27
HSL324º9.93%70.39%-
HSV(B)324º8.02%73.33%-
XYZ43.5943.4149.8-
YUV177.51129.97134.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=34.63%
G=31.85%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717218100.080.030.273249.9370.39
HexBBACB50831B144a46
Octal27325426501033350412106
Binary10111011101011001011010101000111101110100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACB5; }

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

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

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

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

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

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

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

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