#BEADFD

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

Shades of Melrose #BEADFD

Tints of Melrose #BEADFD

Color information

#BEADFD (or 0xBEADFD) is unknown color: approx Melrose. HEX triplet: BE, AD and FD. RGB value is (190,173,253). Sum of RGB (Red+Green+Blue) = 190+173+253=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADFD is #415202. Grayscale: #BABABA. Windows color (decimal): -4280835 or 16625086. OLE color: 16625086.

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

Color convert

RGB190173253-
CMYK0.250.3200.01
HSL252.75º95.24%83.53%-
HSV(B)252.75º31.62%99.22%-
XYZ53.9147.9399.34-
YUV187.2165.13130-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=30.84%
G=28.08%
B=41.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901732530.250.3200.01252.7595.2483.53
HexBEADFD192001fd5f54
Octal276255375314001375137124
Binary10111110101011011111110111001100000011111110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADFD; }

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

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

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

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

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

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

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

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