#BBA4B6

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

Shades of Lily #BBA4B6

Tints of Lily #BBA4B6

Color information

#BBA4B6 (or 0xBBA4B6) is unknown color: approx Lily. HEX triplet: BB, A4 and B6. RGB value is (187,164,182). Sum of RGB (Red+Green+Blue) = 187+164+182=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4B6 is #445B49. Grayscale: #ACACAC. Windows color (decimal): -4479818 or 11969723. OLE color: 11969723.

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

Color convert

RGB187164182-
CMYK00.120.030.27
HSL313.04º14.47%68.82%-
HSV(B)313.04º12.3%73.33%-
XYZ42.2140.4949.85-
YUV172.93133.12138.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=35.08%
G=30.77%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716418200.120.030.27313.0414.4768.82
HexBBA4B60C31B139e45
Octal27324426601433347116105
Binary10111011101001001011011001100111101110011100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4B6; }

 p { color: rgb(187,164,182); }

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

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

 a { background-color: rgb(187,164,182); }

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

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

 span { border-color: rgb(187,164,182); }

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