#BBAFB3

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

Shades of Lily #BBAFB3

Tints of Lily #BBAFB3

Color information

#BBAFB3 (or 0xBBAFB3) is unknown color: approx Lily. HEX triplet: BB, AF and B3. RGB value is (187,175,179). Sum of RGB (Red+Green+Blue) = 187+175+179=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFB3 is #44504C. Grayscale: #B3B3B3. Windows color (decimal): -4477005 or 11775931. OLE color: 11775931.

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

Color convert

RGB187175179-
CMYK00.060.040.27
HSL340º8.11%70.98%-
HSV(B)340º6.42%73.33%-
XYZ43.9644.4848.92-
YUV179.04127.98133.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=34.57%
G=32.35%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717517900.060.040.273408.1170.98
HexBBAFB30641B154847
Octal2732572630643352410107
Binary10111011101011111011001101101001101110101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFB3; }

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

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

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

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

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

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

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

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