#BBA0B6

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

Shades of Lily #BBA0B6

Tints of Lily #BBA0B6

Color information

#BBA0B6 (or 0xBBA0B6) is unknown color: approx Lily. HEX triplet: BB, A0 and B6. RGB value is (187,160,182). Sum of RGB (Red+Green+Blue) = 187+160+182=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0B6 is #445F49. Grayscale: #AAAAAA. Windows color (decimal): -4480842 or 11968699. OLE color: 11968699.

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

Color convert

RGB187160182-
CMYK00.140.030.27
HSL311.11º16.56%68.04%-
HSV(B)311.11º14.44%73.33%-
XYZ41.5139.0849.61-
YUV170.58134.45139.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=35.35%
G=30.25%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716018200.140.030.27311.1116.5668.04
HexBBA0B60E31B1371144
Octal27324026601633346721104
Binary101110111010000010110110011101111011100110111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0B6; }

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

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

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

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

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

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

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

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