#BEACF9

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

Shades of Melrose #BEACF9

Tints of Melrose #BEACF9

Color information

#BEACF9 (or 0xBEACF9) is unknown color: approx Melrose. HEX triplet: BE, AC and F9. RGB value is (190,172,249). Sum of RGB (Red+Green+Blue) = 190+172+249=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACF9 is #415306. Grayscale: #B9B9B9. Windows color (decimal): -4281095 or 16362686. OLE color: 16362686.

HSL color Cylindrical-coordinate representation of color #BEACF9: hue angle of 254.03º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEACF9 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190172249-
CMYK0.240.3100.02
HSL254.03º86.52%82.55%-
HSV(B)254.03º30.92%97.65%-
XYZ53.0947.2995.95-
YUV186.16163.46130.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=31.10%
G=28.15%
B=40.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901722490.240.3100.02254.0386.5282.55
HexBEACF9181F02fe5753
Octal276254371303702376127123
Binary10111110101011001111100111000111110101111111010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACF9; }

 p { color: rgb(190,172,249); }

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

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

 a { background-color: rgb(190,172,249); }

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

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

 span { border-color: rgb(190,172,249); }

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