#BCA7F2

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

Shades of Melrose #BCA7F2

Tints of Melrose #BCA7F2

Color information

#BCA7F2 (or 0xBCA7F2) is unknown color: approx Melrose. HEX triplet: BC, A7 and F2. RGB value is (188,167,242). Sum of RGB (Red+Green+Blue) = 188+167+242=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCA7F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA7F2 is #43580D. Grayscale: #B5B5B5. Windows color (decimal): -4413454 or 15902652. OLE color: 15902652.

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

Color convert

RGB188167242-
CMYK0.220.3100.05
HSL256.8º74.26%80.2%-
HSV(B)256.8º30.99%94.9%-
XYZ50.5844.7489.97-
YUV181.83161.96132.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 167 (65.62% from 255) = 27.97%
BLUE value IS 242 (94.92% from 255) = 40.54%
R=31.49%
G=27.97%
B=40.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881672420.220.3100.05256.874.2680.2
HexBCA7F2161F051014a50
Octal274247362263705401112120
Binary1011110010100111111100101011011111010110000000110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7F2; }

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

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

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

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

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

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

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

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