#BEAFED

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

Shades of Melrose #BEAFED

Tints of Melrose #BEAFED

Color information

#BEAFED (or 0xBEAFED) is unknown color: approx Melrose. HEX triplet: BE, AF and ED. RGB value is (190,175,237). Sum of RGB (Red+Green+Blue) = 190+175+237=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEAFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFED is #415012. Grayscale: #BABABA. Windows color (decimal): -4280339 or 15577022. OLE color: 15577022.

HSL color Cylindrical-coordinate representation of color #BEAFED: hue angle of 254.52º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEAFED is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190175237-
CMYK0.200.2600.07
HSL254.52º63.27%80.78%-
HSV(B)254.52º26.16%92.94%-
XYZ51.8547.7286.6-
YUV186.55156.47130.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=31.56%
G=29.07%
B=39.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901752370.200.2600.07254.5263.2780.78
HexBEAFED141A07ff3f51
Octal27625735524320737777121
Binary10111110101011111110110110100110100111111111111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFED; }

 p { color: rgb(190,175,237); }

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

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

 a { background-color: rgb(190,175,237); }

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

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

 span { border-color: rgb(190,175,237); }

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