Html Css Color HEX #BBAABA Lola

📋 copy color: '#BBAABA'

red 187 ◦ green 170 ◦ blue 186

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

Shades of Lola #BBAABA

Tints of Lola #BBAABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.25%

R = 34.44%
G = 31.31%
B = 34.25%

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

#BBAABA (or 0xBBAABA) is known color: Lola. HEX triplet: BB, AA and BA. RGB value is (187,170,186). Sum of RGB (Red+Green+Blue) = 187+170+186=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAABA is #445545. Grayscale: #B0B0B0. Windows color (decimal): -4478278 or 12233403. OLE color: 12233403.

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

Color convert

RGB 187 170 186 -
CMYK 0 0.09 0.01 0.27
HSL 303.53º 0.11% 0.7% -
HSV(B) 303.53º 0.09% 0.73% -
XYZ 43.73 42.86 52.42 -
YUV 176.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 187 170 186 0 0.09 0.01 0.27 303.53 0.11 0.7
Hex BB AA BA 0 9 1 1B 130 B 46
Octal 273 252 272 0 11 1 33 460 13 106
Binary 10111011 10101010 10111010 0 1001 1 11011 100110000 1011 1000110

Color Harmonies of #BBAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAABA

Black with #BBAABA

Text Example


Text Example

White with #BBAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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