#BEAEE6

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

Shades of Melrose #BEAEE6

Tints of Melrose #BEAEE6

Color information

#BEAEE6 (or 0xBEAEE6) is unknown color: approx Melrose. HEX triplet: BE, AE and E6. RGB value is (190,174,230). Sum of RGB (Red+Green+Blue) = 190+174+230=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEE6 is #415119. Grayscale: #B8B8B8. Windows color (decimal): -4280602 or 15118014. OLE color: 15118014.

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

Color convert

RGB190174230-
CMYK0.170.2400.10
HSL257.14º52.83%79.22%-
HSV(B)257.14º24.35%90.2%-
XYZ50.6546.9381.25-
YUV185.17153.3131.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 230 (90.23% from 255) = 38.72%
R=31.99%
G=29.29%
B=38.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901742300.170.2400.10257.1452.8379.22
HexBEAEE611180A101354f
Octal276256346213001240165117
Binary1011111010101110111001101000111000010101000000011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEE6; }

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

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

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

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

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

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

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

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