Html Css Color HEX #BBAABF Lola

📋 copy color: '#BBAABF'

red 187 ◦ green 170 ◦ blue 191

#BBAABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BBAABF

Tints of Lola #BBAABF

RGB

 RED value IS 187 (73.44% from 255) = 34.12%

 GREEN value IS 170 (66.8% from 255) = 31.02%

 BLUE value IS 191 (75% from 255) = 34.85%

R = 34.12%
G = 31.02%
B = 34.85%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBAABF (or 0xBBAABF) is known color: Lola. HEX triplet: BB, AA and BF. RGB value is (187,170,191). Sum of RGB (Red+Green+Blue) = 187+170+191=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAABF is #445540. Grayscale: #B1B1B1. Windows color (decimal): -4478273 or 12561083. OLE color: 12561083.

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

Color convert

RGB 187 170 191 -
CMYK 0.02 0.11 0 0.25
HSL 288.57º 0.14% 0.71% -
HSV(B) 288.57º 0.11% 0.75% -
XYZ 44.27 43.08 55.27 -
YUV 177.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 187 170 191 0.02 0.11 0 0.25 288.57 0.14 0.71
Hex BB AA BF 2 B 0 19 121 E 47
Octal 273 252 277 2 13 0 31 441 16 107
Binary 10111011 10101010 10111111 10 1011 0 11001 100100001 1110 1000111

Color Harmonies of #BBAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAABF

Black with #BBAABF

Text Example


Text Example

White with #BBAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAABF; }

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

 H1.HeaderClassName
 {
   color: #BBAABF;
 }
 .AnyTagClassName
 {
   color: #BBAABF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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