#BBABC1

Color #BBABC1 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BBABC1

Tints of Lola #BBABC1

Color information

#BBABC1 (or 0xBBABC1) is unknown color: approx Lola. HEX triplet: BB, AB and C1. RGB value is (187,171,193). Sum of RGB (Red+Green+Blue) = 187+171+193=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABC1 is #44543E. Grayscale: #B2B2B2. Windows color (decimal): -4478015 or 12692411. OLE color: 12692411.

HSL color Cylindrical-coordinate representation of color #BBABC1: hue angle of 283.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBABC1 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187171193-
CMYK0.030.1100.24
HSL283.64º15.07%71.37%-
HSV(B)283.64º11.4%75.69%-
XYZ44.6843.5456.5-
YUV178.29136.3134.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=33.94%
G=31.03%
B=35.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871711930.030.1100.24283.6415.0771.37
HexBBABC13B01811cf47
Octal27325330131303043417107
Binary10111011101010111100000111101101100010001110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABC1; }

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

 H1.HeaderClassName
 {
   color: #BBABC1;
 }
 .AnyTagClassName
 {
   color: #BBABC1;
 }
</style>
background-color css

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

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

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

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

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

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