Html Css Color HEX #BBABBA Lola

📋 copy color: '#BBABBA'

red 187 ◦ green 171 ◦ blue 186

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

Shades of Lola #BBABBA

Tints of Lola #BBABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.43%

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

R = 34.38%
G = 31.43%
B = 34.19%

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

#BBABBA (or 0xBBABBA) is known color: Lola. HEX triplet: BB, AB and BA. RGB value is (187,171,186). Sum of RGB (Red+Green+Blue) = 187+171+186=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABBA is #445445. Grayscale: #B1B1B1. Windows color (decimal): -4478022 or 12233659. OLE color: 12233659.

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

Color convert

RGB 187 171 186 -
CMYK 0 0.09 0.01 0.27
HSL 303.75º 0.11% 0.7% -
HSV(B) 303.75º 0.09% 0.73% -
XYZ 43.92 43.24 52.48 -
YUV 177.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 187 171 186 0 0.09 0.01 0.27 303.75 0.11 0.7
Hex BB AB BA 0 9 1 1B 130 B 46
Octal 273 253 272 0 11 1 33 460 13 106
Binary 10111011 10101011 10111010 0 1001 1 11011 100110000 1011 1000110

Color Harmonies of #BBABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABBA

Black with #BBABBA

Text Example


Text Example

White with #BBABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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