#BCAAC0

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

Shades of Lola #BCAAC0

Tints of Lola #BCAAC0

Color information

#BCAAC0 (or 0xBCAAC0) is unknown color: approx Lola. HEX triplet: BC, AA and C0. RGB value is (188,170,192). Sum of RGB (Red+Green+Blue) = 188+170+192=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 170 (66.80% from 255 or 30.91% 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 #BCAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAC0 is #43553F. Grayscale: #B1B1B1. Windows color (decimal): -4412736 or 12626620. OLE color: 12626620.

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

Color convert

RGB188170192-
CMYK0.020.1100.25
HSL289.09º14.86%70.98%-
HSV(B)289.09º11.46%75.29%-
XYZ44.6343.2555.86-
YUV177.89135.96135.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=34.18%
G=30.91%
B=34.91%

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
Decimal1881701920.020.1100.25289.0914.8670.98
HexBCAAC02B019121f47
Octal27425230021303144117107
Binary10111100101010101100000010101101100110010000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAC0; }

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

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

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

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

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

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

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

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