#BEAFF0

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

Shades of Melrose #BEAFF0

Tints of Melrose #BEAFF0

Color information

#BEAFF0 (or 0xBEAFF0) is unknown color: approx Melrose. HEX triplet: BE, AF and F0. RGB value is (190,175,240). Sum of RGB (Red+Green+Blue) = 190+175+240=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFF0 is #41500F. Grayscale: #BABABA. Windows color (decimal): -4280336 or 15773630. OLE color: 15773630.

HSL color Cylindrical-coordinate representation of color #BEAFF0: hue angle of 253.85º degrees, saturation: 0.68, 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 #BEAFF0 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190175240-
CMYK0.210.2700.06
HSL253.85º68.42%81.37%-
HSV(B)253.85º27.08%94.12%-
XYZ52.2947.988.93-
YUV186.9157.97130.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 240 (94.14% from 255) = 39.67%
R=31.40%
G=28.93%
B=39.67%

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
Decimal1901752400.210.2700.06253.8568.4281.37
HexBEAFF0151B06fe4451
Octal276257360253306376104121
Binary101111101010111111110000101011101101101111111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFF0; }

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

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

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

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

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

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

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

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