#BEAFF9

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

Shades of Melrose #BEAFF9

Tints of Melrose #BEAFF9

Color information

#BEAFF9 (or 0xBEAFF9) is unknown color: approx Melrose. HEX triplet: BE, AF and F9. RGB value is (190,175,249). Sum of RGB (Red+Green+Blue) = 190+175+249=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFF9 is #415006. Grayscale: #BBBBBB. Windows color (decimal): -4280327 or 16363454. OLE color: 16363454.

HSL color Cylindrical-coordinate representation of color #BEAFF9: hue angle of 252.16º degrees, saturation: 0.86, 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 #BEAFF9 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190175249-
CMYK0.240.3000.02
HSL252.16º86.05%83.14%-
HSV(B)252.16º29.72%97.65%-
XYZ53.6648.4596.15-
YUV187.92162.47129.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=30.94%
G=28.50%
B=40.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901752490.240.3000.02252.1686.0583.14
HexBEAFF9181E02fc5653
Octal276257371303602374126123
Binary10111110101011111111100111000111100101111110010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFF9; }

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

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

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

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

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

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

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

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