#BBA2AF

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

Shades of Lily #BBA2AF

Tints of Lily #BBA2AF

Color information

#BBA2AF (or 0xBBA2AF) is unknown color: approx Lily. HEX triplet: BB, A2 and AF. RGB value is (187,162,175). Sum of RGB (Red+Green+Blue) = 187+162+175=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA2AF is #445D50. Grayscale: #AAAAAA. Windows color (decimal): -4480337 or 11510459. OLE color: 11510459.

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

Color convert

RGB187162175-
CMYK00.130.060.27
HSL328.8º15.53%68.43%-
HSV(B)328.8º13.37%73.33%-
XYZ41.1539.546.01-
YUV170.96130.28139.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 162 (63.67% from 255) = 30.92%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=35.69%
G=30.92%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716217500.130.060.27328.815.5368.43
HexBBA2AF0D61B1491044
Octal27324225701563351120104
Binary1011101110100010101011110110111011011101001001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2AF; }

 p { color: rgb(187,162,175); }

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

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

 a { background-color: rgb(187,162,175); }

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

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

 span { border-color: rgb(187,162,175); }

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