#BEACF4

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

Shades of Melrose #BEACF4

Tints of Melrose #BEACF4

Color information

#BEACF4 (or 0xBEACF4) is unknown color: approx Melrose. HEX triplet: BE, AC and F4. RGB value is (190,172,244). Sum of RGB (Red+Green+Blue) = 190+172+244=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACF4 is #41530B. Grayscale: #B9B9B9. Windows color (decimal): -4281100 or 16035006. OLE color: 16035006.

HSL color Cylindrical-coordinate representation of color #BEACF4: hue angle of 255º degrees, saturation: 0.77, 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 #BEACF4 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190172244-
CMYK0.220.3000.04
HSL255º76.6%81.57%-
HSV(B)255º29.51%95.69%-
XYZ52.3246.9891.9-
YUV185.59160.96131.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 244 (95.70% from 255) = 40.26%
R=31.35%
G=28.38%
B=40.26%

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
Decimal1901722440.220.3000.0425576.681.57
HexBEACF4161E04ff4d52
Octal276254364263604377115122
Binary101111101010110011110100101101111001001111111110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACF4; }

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

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

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

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

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

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

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

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