#BCAAC2

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

Shades of Lola #BCAAC2

Tints of Lola #BCAAC2

Color information

#BCAAC2 (or 0xBCAAC2) is unknown color: approx Lola. HEX triplet: BC, AA and C2. RGB value is (188,170,194). Sum of RGB (Red+Green+Blue) = 188+170+194=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCAAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAC2 is #43553D. Grayscale: #B2B2B2. Windows color (decimal): -4412734 or 12757692. OLE color: 12757692.

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

Color convert

RGB188170194-
CMYK0.030.1200.24
HSL285º16.44%71.37%-
HSV(B)285º12.37%76.08%-
XYZ44.8543.3457.04-
YUV178.12136.96135.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 194 (76.17% from 255) = 35.14%
R=34.06%
G=30.80%
B=35.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881701940.030.1200.2428516.4471.37
HexBCAAC23C01811d1047
Octal27425230231403043520107
Binary101111001010101011000010111100011000100011101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAC2; }

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

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

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

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

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

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

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

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