#BBAFB4

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

Shades of Lily #BBAFB4

Tints of Lily #BBAFB4

Color information

#BBAFB4 (or 0xBBAFB4) is unknown color: approx Lily. HEX triplet: BB, AF and B4. RGB value is (187,175,180). Sum of RGB (Red+Green+Blue) = 187+175+180=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFB4 is #44504B. Grayscale: #B3B3B3. Windows color (decimal): -4477004 or 11841467. OLE color: 11841467.

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

Color convert

RGB187175180-
CMYK00.060.040.27
HSL335º8.11%70.98%-
HSV(B)335º6.42%73.33%-
XYZ44.0644.5249.45-
YUV179.16128.48133.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=34.50%
G=32.29%
B=33.21%

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
Decimal18717518000.060.040.273358.1170.98
HexBBAFB40641B14f847
Octal2732572640643351710107
Binary10111011101011111011010001101001101110100111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFB4; }

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

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

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

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

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

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

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

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