#BBACB1

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

Shades of Lily #BBACB1

Tints of Lily #BBACB1

Color information

#BBACB1 (or 0xBBACB1) is unknown color: approx Lily. HEX triplet: BB, AC and B1. RGB value is (187,172,177). Sum of RGB (Red+Green+Blue) = 187+172+177=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACB1 is #44534E. Grayscale: #B1B1B1. Windows color (decimal): -4477775 or 11644091. OLE color: 11644091.

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

Color convert

RGB187172177-
CMYK00.080.050.27
HSL340º9.93%70.39%-
HSV(B)340º8.02%73.33%-
XYZ43.1843.2447.67-
YUV177.06127.97135.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=34.89%
G=32.09%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717217700.080.050.273409.9370.39
HexBBACB10851B154a46
Octal27325426101053352412106
Binary101110111010110010110001010001011101110101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACB1; }

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

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

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

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

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

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

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

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