#BBA6AF

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

Shades of Lily #BBA6AF

Tints of Lily #BBA6AF

Color information

#BBA6AF (or 0xBBA6AF) is unknown color: approx Lily. HEX triplet: BB, A6 and AF. RGB value is (187,166,175). Sum of RGB (Red+Green+Blue) = 187+166+175=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA6AF is #445950. Grayscale: #ADADAD. Windows color (decimal): -4479313 or 11511483. OLE color: 11511483.

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

Color convert

RGB187166175-
CMYK00.110.060.27
HSL334.29º13.38%69.22%-
HSV(B)334.29º11.23%73.33%-
XYZ41.8740.9346.25-
YUV173.3128.96137.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 166 (65.23% from 255) = 31.44%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=35.42%
G=31.44%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716617500.110.060.27334.2913.3869.22
HexBBA6AF0B61B14ed45
Octal27324625701363351615105
Binary101110111010011010101111010111101101110100111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6AF; }

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

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

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

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

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

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

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

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