Html Css Color HEX #BBABBD Lola

📋 copy color: '#BBABBD'

red 187 ◦ green 171 ◦ blue 189

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

Shades of Lola #BBABBD

Tints of Lola #BBABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 34.19%
G = 31.26%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBABBD (or 0xBBABBD) is known color: Lola. HEX triplet: BB, AB and BD. RGB value is (187,171,189). Sum of RGB (Red+Green+Blue) = 187+171+189=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABBD is #445442. Grayscale: #B1B1B1. Windows color (decimal): -4478019 or 12430267. OLE color: 12430267.

HSL color Cylindrical-coordinate representation of color #BBABBD: hue angle of 293.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBABBD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 171 189 -
CMYK 0.01 0.10 0 0.26
HSL 293.33º 0.12% 0.71% -
HSV(B) 293.33º 0.1% 0.74% -
XYZ 44.24 43.36 54.18 -
YUV 177.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 187 171 189 0.01 0.10 0 0.26 293.33 0.12 0.71
Hex BB AB BD 1 A 0 1A 125 C 47
Octal 273 253 275 1 12 0 32 445 14 107
Binary 10111011 10101011 10111101 1 1010 0 11010 100100101 1100 1000111

Color Harmonies of #BBABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABBD

Black with #BBABBD

Text Example


Text Example

White with #BBABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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