#BCA9EC

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

Shades of Melrose #BCA9EC

Tints of Melrose #BCA9EC

Color information

#BCA9EC (or 0xBCA9EC) is unknown color: approx Melrose. HEX triplet: BC, A9 and EC. RGB value is (188,169,236). Sum of RGB (Red+Green+Blue) = 188+169+236=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA9EC is #435613. Grayscale: #B6B6B6. Windows color (decimal): -4412948 or 15509948. OLE color: 15509948.

HSL color Cylindrical-coordinate representation of color #BCA9EC: hue angle of 257.01º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCA9EC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188169236-
CMYK0.200.2800.07
HSL257.01º63.81%79.41%-
HSV(B)257.01º28.39%92.55%-
XYZ50.0745.1285.43-
YUV182.32158.29132.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=31.70%
G=28.50%
B=39.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881692360.200.2800.07257.0163.8179.41
HexBCA9EC141C07101404f
Octal274251354243407401100117
Binary1011110010101001111011001010011100011110000000110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9EC; }

 p { color: rgb(188,169,236); }

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

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

 a { background-color: rgb(188,169,236); }

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

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

 span { border-color: rgb(188,169,236); }

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