#BBA0B3

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

Shades of Lily #BBA0B3

Tints of Lily #BBA0B3

Color information

#BBA0B3 (or 0xBBA0B3) is unknown color: approx Lily. HEX triplet: BB, A0 and B3. RGB value is (187,160,179). Sum of RGB (Red+Green+Blue) = 187+160+179=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0B3 is #445F4C. Grayscale: #AAAAAA. Windows color (decimal): -4480845 or 11772091. OLE color: 11772091.

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

Color convert

RGB187160179-
CMYK00.140.040.27
HSL317.78º16.56%68.04%-
HSV(B)317.78º14.44%73.33%-
XYZ41.238.9648-
YUV170.24132.95139.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 179 (70.31% from 255) = 34.03%
R=35.55%
G=30.42%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716017900.140.040.27317.7816.5668.04
HexBBA0B30E41B13e1144
Octal27324026301643347621104
Binary1011101110100000101100110111010011011100111110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0B3; }

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

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

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

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

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

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

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

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