#BEACF0

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

Shades of Melrose #BEACF0

Tints of Melrose #BEACF0

Color information

#BEACF0 (or 0xBEACF0) is unknown color: approx Melrose. HEX triplet: BE, AC and F0. RGB value is (190,172,240). Sum of RGB (Red+Green+Blue) = 190+172+240=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACF0 is #41530F. Grayscale: #B8B8B8. Windows color (decimal): -4281104 or 15772862. OLE color: 15772862.

HSL color Cylindrical-coordinate representation of color #BEACF0: hue angle of 255.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEACF0 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190172240-
CMYK0.210.2800.06
HSL255.88º69.39%80.78%-
HSV(B)255.88º28.33%94.12%-
XYZ51.7246.7488.73-
YUV185.13158.96131.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=31.56%
G=28.57%
B=39.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901722400.210.2800.06255.8869.3980.78
HexBEACF0151C061004551
Octal276254360253406400105121
Binary1011111010101100111100001010111100011010000000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACF0; }

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

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

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

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

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

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

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

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