#BCA8BF

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

Shades of Lola #BCA8BF

Tints of Lola #BCA8BF

Color information

#BCA8BF (or 0xBCA8BF) is unknown color: approx Lola. HEX triplet: BC, A8 and BF. RGB value is (188,168,191). Sum of RGB (Red+Green+Blue) = 188+168+191=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCA8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8BF is #435740. Grayscale: #B0B0B0. Windows color (decimal): -4413249 or 12560572. OLE color: 12560572.

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

Color convert

RGB188168191-
CMYK0.020.1200.25
HSL292.17º15.23%70.39%-
HSV(B)292.17º12.04%74.9%-
XYZ44.1542.4655.16-
YUV176.6136.13136.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 191 (75% from 255) = 34.92%
R=34.37%
G=30.71%
B=34.92%

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
Decimal1881681910.020.1200.25292.1715.2370.39
HexBCA8BF2C019124f46
Octal27425027721403144417106
Binary10111100101010001011111110110001100110010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8BF; }

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

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

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

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

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

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

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

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