#BBACB4

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

Shades of Lily #BBACB4

Tints of Lily #BBACB4

Color information

#BBACB4 (or 0xBBACB4) is unknown color: approx Lily. HEX triplet: BB, AC and B4. RGB value is (187,172,180). Sum of RGB (Red+Green+Blue) = 187+172+180=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACB4 is #44534B. Grayscale: #B1B1B1. Windows color (decimal): -4477772 or 11840699. OLE color: 11840699.

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

Color convert

RGB187172180-
CMYK00.080.040.27
HSL328º9.93%70.39%-
HSV(B)328º8.02%73.33%-
XYZ43.4843.3749.26-
YUV177.4129.47134.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=34.69%
G=31.91%
B=33.40%

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
Decimal18717218000.080.040.273289.9370.39
HexBBACB40841B148a46
Octal27325426401043351012106
Binary101110111010110010110100010001001101110100100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACB4; }

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

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

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

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

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

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

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

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