#BBAFBA

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

Shades of Lola #BBAFBA

Tints of Lola #BBAFBA

Color information

#BBAFBA (or 0xBBAFBA) is unknown color: approx Lola. HEX triplet: BB, AF and BA. RGB value is (187,175,186). Sum of RGB (Red+Green+Blue) = 187+175+186=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFBA is #445045. Grayscale: #B3B3B3. Windows color (decimal): -4476998 or 12234683. OLE color: 12234683.

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

Color convert

RGB187175186-
CMYK00.060.010.27
HSL305º8.11%70.98%-
HSV(B)305º6.42%73.33%-
XYZ44.6944.7752.74-
YUV179.84131.48133.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=34.12%
G=31.93%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717518600.060.010.273058.1170.98
HexBBAFBA0611B131847
Octal2732572720613346110107
Binary101110111010111110111010011011101110011000110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFBA; }

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

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

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

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

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

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

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

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