#BEADFF

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

Shades of Melrose #BEADFF

Tints of Melrose #BEADFF

Color information

#BEADFF (or 0xBEADFF) is unknown color: approx Melrose. HEX triplet: BE, AD and FF. RGB value is (190,173,255). Sum of RGB (Red+Green+Blue) = 190+173+255=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADFF is #415200. Grayscale: #BBBBBB. Windows color (decimal): -4280833 or 16756158. OLE color: 16756158.

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

Color convert

RGB190173255-
CMYK0.250.3200
HSL252.44º100%83.92%-
HSV(B)252.44º32.16%100%-
XYZ54.2348.05101.02-
YUV187.43166.13129.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 255 (100% from 255) = 41.26%
R=30.74%
G=27.99%
B=41.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901732550.250.3200252.4410083.92
HexBEADFF192000fc6454
Octal276255377314000374144124
Binary10111110101011011111111111001100000001111110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADFF; }

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

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

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

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

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

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

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

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