#BBACC0

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

Shades of Lola #BBACC0

Tints of Lola #BBACC0

Color information

#BBACC0 (or 0xBBACC0) is unknown color: approx Lola. HEX triplet: BB, AC and C0. RGB value is (187,172,192). Sum of RGB (Red+Green+Blue) = 187+172+192=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC0 is #44533F. Grayscale: #B2B2B2. Windows color (decimal): -4477760 or 12627131. OLE color: 12627131.

HSL color Cylindrical-coordinate representation of color #BBACC0: hue angle of 285º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBACC0 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187172192-
CMYK0.030.1000.25
HSL285º13.7%71.37%-
HSV(B)285º10.42%75.29%-
XYZ44.7643.8855.98-
YUV178.76135.47133.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=33.94%
G=31.22%
B=34.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871721920.030.1000.2528513.771.37
HexBBACC03A01911de47
Octal27325430031203143516107
Binary10111011101011001100000011101001100110001110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACC0; }

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

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

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

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

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

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

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

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