#BEACF5

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

Shades of Melrose #BEACF5

Tints of Melrose #BEACF5

Color information

#BEACF5 (or 0xBEACF5) is unknown color: approx Melrose. HEX triplet: BE, AC and F5. RGB value is (190,172,245). Sum of RGB (Red+Green+Blue) = 190+172+245=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACF5 is #41530A. Grayscale: #B9B9B9. Windows color (decimal): -4281099 or 16100542. OLE color: 16100542.

HSL color Cylindrical-coordinate representation of color #BEACF5: hue angle of 254.79º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEACF5 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190172245-
CMYK0.220.3000.04
HSL254.79º78.49%81.76%-
HSV(B)254.79º29.8%96.08%-
XYZ52.4747.0492.7-
YUV185.7161.46131.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=31.30%
G=28.34%
B=40.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901722450.220.3000.04254.7978.4981.76
HexBEACF5161E04ff4e52
Octal276254365263604377116122
Binary101111101010110011110101101101111001001111111110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACF5; }

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

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

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

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

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

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

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

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