Html Css Color HEX #BBABC0 Lola

📋 copy color: '#BBABC0'

red 187 ◦ green 171 ◦ blue 192

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

Shades of Lola #BBABC0

Tints of Lola #BBABC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.91%

R = 34%
G = 31.09%
B = 34.91%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBABC0 (or 0xBBABC0) is known color: Lola. HEX triplet: BB, AB and C0. RGB value is (187,171,192). Sum of RGB (Red+Green+Blue) = 187+171+192=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABC0 is #44543F. Grayscale: #B2B2B2. Windows color (decimal): -4478016 or 12626875. OLE color: 12626875.

HSL color Cylindrical-coordinate representation of color #BBABC0: hue angle of 285.71º 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 #BBABC0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 171 192 -
CMYK 0.03 0.11 0 0.25
HSL 285.71º 0.14% 0.71% -
HSV(B) 285.71º 0.11% 0.75% -
XYZ 44.57 43.5 55.92 -
YUV 178.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 187 171 192 0.03 0.11 0 0.25 285.71 0.14 0.71
Hex BB AB C0 3 B 0 19 11E E 47
Octal 273 253 300 3 13 0 31 436 16 107
Binary 10111011 10101011 11000000 11 1011 0 11001 100011110 1110 1000111

Color Harmonies of #BBABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABC0

Black with #BBABC0

Text Example


Text Example

White with #BBABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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