#BCA7C0

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

Shades of Lola #BCA7C0

Tints of Lola #BCA7C0

Color information

#BCA7C0 (or 0xBCA7C0) is unknown color: approx Lola. HEX triplet: BC, A7 and C0. RGB value is (188,167,192). Sum of RGB (Red+Green+Blue) = 188+167+192=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCA7C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7C0 is #43583F. Grayscale: #B0B0B0. Windows color (decimal): -4413504 or 12625852. OLE color: 12625852.

HSL color Cylindrical-coordinate representation of color #BCA7C0: hue angle of 290.4º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCA7C0 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188167192-
CMYK0.020.1300.25
HSL290.4º16.56%70.39%-
HSV(B)290.4º13.02%75.29%-
XYZ44.0742.1355.68-
YUV176.13136.96136.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 167 (65.62% from 255) = 30.53%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=34.37%
G=30.53%
B=35.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881671920.020.1300.25290.416.5670.39
HexBCA7C02D0191221146
Octal27424730021503144221106
Binary101111001010011111000000101101011001100100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7C0; }

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

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

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

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

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

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

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

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