#BCA2C5

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

Shades of Lola #BCA2C5

Tints of Lola #BCA2C5

Color information

#BCA2C5 (or 0xBCA2C5) is unknown color: approx Lola. HEX triplet: BC, A2 and C5. RGB value is (188,162,197). Sum of RGB (Red+Green+Blue) = 188+162+197=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCA2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2C5 is #435D3A. Grayscale: #ADADAD. Windows color (decimal): -4414779 or 12952252. OLE color: 12952252.

HSL color Cylindrical-coordinate representation of color #BCA2C5: hue angle of 284.57º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCA2C5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188162197-
CMYK0.050.1800.23
HSL284.57º23.18%70.39%-
HSV(B)284.57º17.77%77.25%-
XYZ43.7440.5658.35-
YUV173.76141.11138.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 162 (63.67% from 255) = 29.62%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=34.37%
G=29.62%
B=36.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881621970.050.1800.23284.5723.1870.39
HexBCA2C551201711d1746
Octal27424230552202743527106
Binary10111100101000101100010110110010010111100011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2C5; }

 p { color: rgb(188,162,197); }

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

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

 a { background-color: rgb(188,162,197); }

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

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

 span { border-color: rgb(188,162,197); }

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