#BEAAF9

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

Shades of Melrose #BEAAF9

Tints of Melrose #BEAAF9

Color information

#BEAAF9 (or 0xBEAAF9) is unknown color: approx Melrose. HEX triplet: BE, AA and F9. RGB value is (190,170,249). Sum of RGB (Red+Green+Blue) = 190+170+249=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEAAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAF9 is #415506. Grayscale: #B8B8B8. Windows color (decimal): -4281607 or 16362174. OLE color: 16362174.

HSL color Cylindrical-coordinate representation of color #BEAAF9: hue angle of 255.19º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEAAF9 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190170249-
CMYK0.240.3200.02
HSL255.19º86.81%82.16%-
HSV(B)255.19º31.73%97.65%-
XYZ52.7146.5495.83-
YUV184.99164.13131.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=31.20%
G=27.91%
B=40.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901702490.240.3200.02255.1986.8182.16
HexBEAAF9182002ff5752
Octal276252371304002377127122
Binary101111101010101011111001110001000000101111111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAF9; }

 p { color: rgb(190,170,249); }

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

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

 a { background-color: rgb(190,170,249); }

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

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

 span { border-color: rgb(190,170,249); }

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