#BBAFBF

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

Shades of Lola #BBAFBF

Tints of Lola #BBAFBF

Color information

#BBAFBF (or 0xBBAFBF) is unknown color: approx Lola. HEX triplet: BB, AF and BF. RGB value is (187,175,191). Sum of RGB (Red+Green+Blue) = 187+175+191=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBAFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFBF is #445040. Grayscale: #B4B4B4. Windows color (decimal): -4476993 or 12562363. OLE color: 12562363.

HSL color Cylindrical-coordinate representation of color #BBAFBF: hue angle of 285º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBAFBF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187175191-
CMYK0.020.0800.25
HSL285º11.11%71.76%-
HSV(B)285º8.38%74.9%-
XYZ45.2344.9955.59-
YUV180.41133.98132.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 191 (75% from 255) = 34.54%
R=33.82%
G=31.65%
B=34.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871751910.020.0800.2528511.1171.76
HexBBAFBF2801911db48
Octal27325727721003143513110
Binary10111011101011111011111110100001100110001110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFBF; }

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

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

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

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

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

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

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

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