#BBAFBB

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

Shades of Lola #BBAFBB

Tints of Lola #BBAFBB

Color information

#BBAFBB (or 0xBBAFBB) is unknown color: approx Lola. HEX triplet: BB, AF and BB. RGB value is (187,175,187). Sum of RGB (Red+Green+Blue) = 187+175+187=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFBB is #445044. Grayscale: #B3B3B3. Windows color (decimal): -4476997 or 12300219. OLE color: 12300219.

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

Color convert

RGB187175187-
CMYK00.0600.27
HSL300º8.11%70.98%-
HSV(B)300º6.42%73.33%-
XYZ44.7944.8153.3-
YUV179.96131.98133.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=34.06%
G=31.88%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717518700.0600.273008.1170.98
HexBBAFBB0601B12c847
Octal2732572730603345410107
Binary101110111010111110111011011001101110010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFBB; }

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

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

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

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

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

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

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

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