#BCABC0

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

Shades of Lola #BCABC0

Tints of Lola #BCABC0

Color information

#BCABC0 (or 0xBCABC0) is unknown color: approx Lola. HEX triplet: BC, AB and C0. RGB value is (188,171,192). Sum of RGB (Red+Green+Blue) = 188+171+192=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 171 (67.19% from 255 or 31.03% 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 #BCABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC0 is #43543F. Grayscale: #B2B2B2. Windows color (decimal): -4412480 or 12626876. OLE color: 12626876.

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

Color convert

RGB188171192-
CMYK0.020.1100.25
HSL288.57º14.29%71.18%-
HSV(B)288.57º10.94%75.29%-
XYZ44.8243.6255.93-
YUV178.48135.63134.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=34.12%
G=31.03%
B=34.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881711920.020.1100.25288.5714.2971.18
HexBCABC02B019121e47
Octal27425330021303144116107
Binary10111100101010111100000010101101100110010000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABC0; }

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

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

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

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

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

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

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

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