#BEAFFA

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

Shades of Melrose #BEAFFA

Tints of Melrose #BEAFFA

Color information

#BEAFFA (or 0xBEAFFA) is unknown color: approx Melrose. HEX triplet: BE, AF and FA. RGB value is (190,175,250). Sum of RGB (Red+Green+Blue) = 190+175+250=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFFA is #415005. Grayscale: #BBBBBB. Windows color (decimal): -4280326 or 16428990. OLE color: 16428990.

HSL color Cylindrical-coordinate representation of color #BEAFFA: hue angle of 252º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEAFFA is Cyan = 0.24, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190175250-
CMYK0.240.300.02
HSL252º88.24%83.33%-
HSV(B)252º30%98.04%-
XYZ53.8248.5196.97-
YUV188.04162.97129.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 175 (68.75% from 255) = 28.46%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=30.89%
G=28.46%
B=40.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901752500.240.300.0225288.2483.33
HexBEAFFA181E02fc5853
Octal276257372303602374130123
Binary10111110101011111111101011000111100101111110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFFA; }

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

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

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

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

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

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

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

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