Html Css Color HEX #BBAAB9 Lola

📋 copy color: '#BBAAB9'

red 187 ◦ green 170 ◦ blue 185

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

Shades of Lola #BBAAB9

Tints of Lola #BBAAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.13%

R = 34.5%
G = 31.37%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BBAAB9 (or 0xBBAAB9) is known color: Lola. HEX triplet: BB, AA and B9. RGB value is (187,170,185). Sum of RGB (Red+Green+Blue) = 187+170+185=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAB9 is #445546. Grayscale: #B0B0B0. Windows color (decimal): -4478279 or 12167867. OLE color: 12167867.

HSL color Cylindrical-coordinate representation of color #BBAAB9: hue angle of 307.06º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBAAB9 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 185 -
CMYK 0 0.09 0.01 0.27
HSL 307.06º 0.11% 0.7% -
HSV(B) 307.06º 0.09% 0.73% -
XYZ 43.63 42.82 51.86 -
YUV 176.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 187 170 185 0 0.09 0.01 0.27 307.06 0.11 0.7
Hex BB AA B9 0 9 1 1B 133 B 46
Octal 273 252 271 0 11 1 33 463 13 106
Binary 10111011 10101010 10111001 0 1001 1 11011 100110011 1011 1000110

Color Harmonies of #BBAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAB9

Black with #BBAAB9

Text Example


Text Example

White with #BBAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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