#BBACB3

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

Shades of Lily #BBACB3

Tints of Lily #BBACB3

Color information

#BBACB3 (or 0xBBACB3) is unknown color: approx Lily. HEX triplet: BB, AC and B3. RGB value is (187,172,179). Sum of RGB (Red+Green+Blue) = 187+172+179=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACB3 is #44534C. Grayscale: #B1B1B1. Windows color (decimal): -4477773 or 11775163. OLE color: 11775163.

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

Color convert

RGB187172179-
CMYK00.080.040.27
HSL332º9.93%70.39%-
HSV(B)332º8.02%73.33%-
XYZ43.3843.3248.72-
YUV177.28128.97134.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=34.76%
G=31.97%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717217900.080.040.273329.9370.39
HexBBACB30841B14ca46
Octal27325426301043351412106
Binary101110111010110010110011010001001101110100110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACB3; }

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

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

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

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

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

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

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

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