#BCA8C0

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

Shades of Lola #BCA8C0

Tints of Lola #BCA8C0

Color information

#BCA8C0 (or 0xBCA8C0) is unknown color: approx Lola. HEX triplet: BC, A8 and C0. RGB value is (188,168,192). Sum of RGB (Red+Green+Blue) = 188+168+192=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCA8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8C0 is #43573F. Grayscale: #B0B0B0. Windows color (decimal): -4413248 or 12626108. OLE color: 12626108.

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

Color convert

RGB188168192-
CMYK0.020.1200.25
HSL290º16%70.59%-
HSV(B)290º12.5%75.29%-
XYZ44.2642.555.74-
YUV176.72136.63136.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 168 (66.02% from 255) = 30.66%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=34.31%
G=30.66%
B=35.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881681920.020.1200.252901670.59
HexBCA8C02C0191221047
Octal27425030021403144220107
Binary101111001010100011000000101100011001100100010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8C0; }

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

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

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

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

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

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

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

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