#BCA0BF

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

Shades of Lola #BCA0BF

Tints of Lola #BCA0BF

Color information

#BCA0BF (or 0xBCA0BF) is unknown color: approx Lola. HEX triplet: BC, A0 and BF. RGB value is (188,160,191). Sum of RGB (Red+Green+Blue) = 188+160+191=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCA0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0BF is #435F40. Grayscale: #ABABAB. Windows color (decimal): -4415297 or 12558524. OLE color: 12558524.

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

Color convert

RGB188160191-
CMYK0.020.1600.25
HSL294.19º19.5%68.82%-
HSV(B)294.19º16.23%74.9%-
XYZ42.7139.5954.68-
YUV171.91138.78139.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 191 (75% from 255) = 35.44%
R=34.88%
G=29.68%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881601910.020.1600.25294.1919.568.82
HexBCA0BF2100191261345
Octal27424027722003144623105
Binary1011110010100000101111111010000011001100100110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0BF; }

 p { color: rgb(188,160,191); }

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

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

 a { background-color: rgb(188,160,191); }

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

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

 span { border-color: rgb(188,160,191); }

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