#BEADFE

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

Shades of Melrose #BEADFE

Tints of Melrose #BEADFE

Color information

#BEADFE (or 0xBEADFE) is unknown color: approx Melrose. HEX triplet: BE, AD and FE. RGB value is (190,173,254). Sum of RGB (Red+Green+Blue) = 190+173+254=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADFE is #415201. Grayscale: #BBBBBB. Windows color (decimal): -4280834 or 16690622. OLE color: 16690622.

HSL color Cylindrical-coordinate representation of color #BEADFE: hue angle of 252.59º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEADFE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190173254-
CMYK0.250.3200.00
HSL252.59º97.59%83.73%-
HSV(B)252.59º31.89%99.61%-
XYZ54.0747.99100.18-
YUV187.32165.63129.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 173 (67.97% from 255) = 28.04%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=30.79%
G=28.04%
B=41.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901732540.250.3200.00252.5997.5983.73
HexBEADFE192000fd6254
Octal276255376314000375142124
Binary10111110101011011111111011001100000001111110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADFE; }

 p { color: rgb(190,173,254); }

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

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

 a { background-color: rgb(190,173,254); }

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

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

 span { border-color: rgb(190,173,254); }

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