#BBAFB6

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

Shades of Lily #BBAFB6

Tints of Lily #BBAFB6

Color information

#BBAFB6 (or 0xBBAFB6) is unknown color: approx Lily. HEX triplet: BB, AF and B6. RGB value is (187,175,182). Sum of RGB (Red+Green+Blue) = 187+175+182=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFB6 is #445049. Grayscale: #B3B3B3. Windows color (decimal): -4477002 or 11972539. OLE color: 11972539.

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

Color convert

RGB187175182-
CMYK00.060.030.27
HSL325º8.11%70.98%-
HSV(B)325º6.42%73.33%-
XYZ44.2744.650.53-
YUV179.39129.48133.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=34.38%
G=32.17%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717518200.060.030.273258.1170.98
HexBBAFB60631B145847
Octal2732572660633350510107
Binary1011101110101111101101100110111101110100010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFB6; }

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

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

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

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

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

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

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

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