#BEACF8

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

Shades of Melrose #BEACF8

Tints of Melrose #BEACF8

Color information

#BEACF8 (or 0xBEACF8) is unknown color: approx Melrose. HEX triplet: BE, AC and F8. RGB value is (190,172,248). Sum of RGB (Red+Green+Blue) = 190+172+248=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #BEACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACF8 is #415307. Grayscale: #B9B9B9. Windows color (decimal): -4281096 or 16297150. OLE color: 16297150.

HSL color Cylindrical-coordinate representation of color #BEACF8: hue angle of 254.21º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEACF8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190172248-
CMYK0.230.3100.03
HSL254.21º84.44%82.35%-
HSV(B)254.21º30.65%97.25%-
XYZ52.9347.2395.13-
YUV186.05162.96130.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 248 (97.27% from 255) = 40.66%
R=31.15%
G=28.20%
B=40.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1901722480.230.3100.03254.2184.4482.35
HexBEACF8171F03fe5452
Octal276254370273703376124122
Binary10111110101011001111100010111111110111111111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACF8; }

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

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

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

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

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

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

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

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