#BEAFEF

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

Shades of Melrose #BEAFEF

Tints of Melrose #BEAFEF

Color information

#BEAFEF (or 0xBEAFEF) is unknown color: approx Melrose. HEX triplet: BE, AF and EF. RGB value is (190,175,239). Sum of RGB (Red+Green+Blue) = 190+175+239=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEAFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFEF is #415010. Grayscale: #BABABA. Windows color (decimal): -4280337 or 15708094. OLE color: 15708094.

HSL color Cylindrical-coordinate representation of color #BEAFEF: hue angle of 254.06º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEAFEF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190175239-
CMYK0.210.2700.06
HSL254.06º66.67%81.18%-
HSV(B)254.06º26.78%93.73%-
XYZ52.1547.8488.15-
YUV186.78157.47130.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 239 (93.75% from 255) = 39.57%
R=31.46%
G=28.97%
B=39.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901752390.210.2700.06254.0666.6781.18
HexBEAFEF151B06fe4351
Octal276257357253306376103121
Binary101111101010111111101111101011101101101111111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFEF; }

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

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

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

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

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

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

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

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