#BEAFF4

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

Shades of Melrose #BEAFF4

Tints of Melrose #BEAFF4

Color information

#BEAFF4 (or 0xBEAFF4) is unknown color: approx Melrose. HEX triplet: BE, AF and F4. RGB value is (190,175,244). Sum of RGB (Red+Green+Blue) = 190+175+244=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 244 (95.70% from 255 or 40.07% from 609); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEAFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFF4 is #41500B. Grayscale: #BBBBBB. Windows color (decimal): -4280332 or 16035774. OLE color: 16035774.

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

Color convert

RGB190175244-
CMYK0.220.2800.04
HSL253.04º75.82%82.16%-
HSV(B)253.04º28.28%95.69%-
XYZ52.8948.1492.09-
YUV187.35159.97129.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 244 (95.70% from 255) = 40.07%
R=31.20%
G=28.74%
B=40.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901752440.220.2800.04253.0475.8282.16
HexBEAFF4161C04fd4c52
Octal276257364263404375114122
Binary101111101010111111110100101101110001001111110110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFF4; }

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

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

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

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

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

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

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

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