#BEAFEC

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

Shades of Melrose #BEAFEC

Tints of Melrose #BEAFEC

Color information

#BEAFEC (or 0xBEAFEC) is unknown color: approx Melrose. HEX triplet: BE, AF and EC. RGB value is (190,175,236). Sum of RGB (Red+Green+Blue) = 190+175+236=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFEC is #415013. Grayscale: #BABABA. Windows color (decimal): -4280340 or 15511486. OLE color: 15511486.

HSL color Cylindrical-coordinate representation of color #BEAFEC: hue angle of 254.75º degrees, saturation: 0.62, 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 #BEAFEC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190175236-
CMYK0.190.2600.07
HSL254.75º61.62%80.59%-
HSV(B)254.75º25.85%92.55%-
XYZ51.7147.6685.83-
YUV186.44155.97130.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 236 (92.58% from 255) = 39.27%
R=31.61%
G=29.12%
B=39.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901752360.190.2600.07254.7561.6280.59
HexBEAFEC131A07ff3e51
Octal27625735423320737776121
Binary10111110101011111110110010011110100111111111111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFEC; }

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

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

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

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

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

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

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

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