#BEAEE3

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

Shades of Melrose #BEAEE3

Tints of Melrose #BEAEE3

Color information

#BEAEE3 (or 0xBEAEE3) is unknown color: approx Melrose. HEX triplet: BE, AE and E3. RGB value is (190,174,227). Sum of RGB (Red+Green+Blue) = 190+174+227=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEE3 is #41511C. Grayscale: #B8B8B8. Windows color (decimal): -4280605 or 14921406. OLE color: 14921406.

HSL color Cylindrical-coordinate representation of color #BEAEE3: hue angle of 258.11º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEAEE3 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190174227-
CMYK0.160.2300.11
HSL258.11º48.62%78.63%-
HSV(B)258.11º23.35%89.02%-
XYZ50.2446.7779.05-
YUV184.83151.8131.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 227 (89.06% from 255) = 38.41%
R=32.15%
G=29.44%
B=38.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901742270.160.2300.11258.1148.6278.63
HexBEAEE310170B102314f
Octal276256343202701340261117
Binary1011111010101110111000111000010111010111000000101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEE3; }

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

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

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

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

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

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

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

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