#BCA9F2

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

Shades of Melrose #BCA9F2

Tints of Melrose #BCA9F2

Color information

#BCA9F2 (or 0xBCA9F2) is unknown color: approx Melrose. HEX triplet: BC, A9 and F2. RGB value is (188,169,242). Sum of RGB (Red+Green+Blue) = 188+169+242=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA9F2 is #43560D. Grayscale: #B6B6B6. Windows color (decimal): -4412942 or 15903164. OLE color: 15903164.

HSL color Cylindrical-coordinate representation of color #BCA9F2: hue angle of 255.62º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA9F2 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188169242-
CMYK0.220.3000.05
HSL255.62º73.74%80.59%-
HSV(B)255.62º30.17%94.9%-
XYZ50.9545.4890.1-
YUV183161.29131.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 169 (66.41% from 255) = 28.21%
BLUE value IS 242 (94.92% from 255) = 40.40%
R=31.39%
G=28.21%
B=40.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881692420.220.3000.05255.6273.7480.59
HexBCA9F2161E051004a51
Octal274251362263605400112121
Binary1011110010101001111100101011011110010110000000010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9F2; }

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

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

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

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

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

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

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

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