#BEAAFE

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

Shades of Melrose #BEAAFE

Tints of Melrose #BEAAFE

Color information

#BEAAFE (or 0xBEAAFE) is unknown color: approx Melrose. HEX triplet: BE, AA and FE. RGB value is (190,170,254). Sum of RGB (Red+Green+Blue) = 190+170+254=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAFE is #415501. Grayscale: #B9B9B9. Windows color (decimal): -4281602 or 16689854. OLE color: 16689854.

HSL color Cylindrical-coordinate representation of color #BEAAFE: hue angle of 254.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEAAFE is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190170254-
CMYK0.250.3300.00
HSL254.29º97.67%83.14%-
HSV(B)254.29º33.07%99.61%-
XYZ53.546.8599.99-
YUV185.56166.63131.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=30.94%
G=27.69%
B=41.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901702540.250.3300.00254.2997.6783.14
HexBEAAFE192100fe6253
Octal276252376314100376142123
Binary10111110101010101111111011001100001001111111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAFE; }

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

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

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

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

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

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

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

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