#BCA2C7

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

Shades of Lola #BCA2C7

Tints of Lola #BCA2C7

Color information

#BCA2C7 (or 0xBCA2C7) is unknown color: approx Lola. HEX triplet: BC, A2 and C7. RGB value is (188,162,199). Sum of RGB (Red+Green+Blue) = 188+162+199=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCA2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2C7 is #435D38. Grayscale: #ADADAD. Windows color (decimal): -4414777 or 13083324. OLE color: 13083324.

HSL color Cylindrical-coordinate representation of color #BCA2C7: hue angle of 282.16º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA2C7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188162199-
CMYK0.060.1900.22
HSL282.16º24.83%70.78%-
HSV(B)282.16º18.59%78.04%-
XYZ43.9740.6659.56-
YUV173.99142.11137.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 199 (78.12% from 255) = 36.25%
R=34.24%
G=29.51%
B=36.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881621990.060.1900.22282.1624.8370.78
HexBCA2C761301611a1947
Octal27424230762302643231107
Binary10111100101000101100011111010011010110100011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2C7; }

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

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

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

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

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

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

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

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