#BEACF1

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

Shades of Melrose #BEACF1

Tints of Melrose #BEACF1

Color information

#BEACF1 (or 0xBEACF1) is unknown color: approx Melrose. HEX triplet: BE, AC and F1. RGB value is (190,172,241). Sum of RGB (Red+Green+Blue) = 190+172+241=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACF1 is #41530E. Grayscale: #B8B8B8. Windows color (decimal): -4281103 or 15838398. OLE color: 15838398.

HSL color Cylindrical-coordinate representation of color #BEACF1: hue angle of 255.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEACF1 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190172241-
CMYK0.210.2900.05
HSL255.65º71.13%80.98%-
HSV(B)255.65º28.63%94.51%-
XYZ51.8646.889.52-
YUV185.25159.46131.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 241 (94.53% from 255) = 39.97%
R=31.51%
G=28.52%
B=39.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901722410.210.2900.05255.6571.1380.98
HexBEACF1151D051004751
Octal276254361253505400107121
Binary1011111010101100111100011010111101010110000000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACF1; }

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

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

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

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

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

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

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

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