#BEACE6

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

Shades of Melrose #BEACE6

Tints of Melrose #BEACE6

Color information

#BEACE6 (or 0xBEACE6) is unknown color: approx Melrose. HEX triplet: BE, AC and E6. RGB value is (190,172,230). Sum of RGB (Red+Green+Blue) = 190+172+230=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACE6 is #415319. Grayscale: #B7B7B7. Windows color (decimal): -4281114 or 15117502. OLE color: 15117502.

HSL color Cylindrical-coordinate representation of color #BEACE6: hue angle of 258.62º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEACE6 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190172230-
CMYK0.170.2500.10
HSL258.62º53.7%78.82%-
HSV(B)258.62º25.22%90.2%-
XYZ50.2746.1781.12-
YUV183.99153.96132.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 230 (90.23% from 255) = 38.85%
R=32.09%
G=29.05%
B=38.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901722300.170.2500.10258.6253.778.82
HexBEACE611190A103364f
Octal276254346213101240366117
Binary1011111010101100111001101000111001010101000000111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACE6; }

 p { color: rgb(190,172,230); }

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

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

 a { background-color: rgb(190,172,230); }

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

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

 span { border-color: rgb(190,172,230); }

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