#BDADF9

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

Shades of Melrose #BDADF9

Tints of Melrose #BDADF9

Color information

#BDADF9 (or 0xBDADF9) is unknown color: approx Melrose. HEX triplet: BD, AD and F9. RGB value is (189,173,249). Sum of RGB (Red+Green+Blue) = 189+173+249=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADF9 is #425206. Grayscale: #BABABA. Windows color (decimal): -4346375 or 16362941. OLE color: 16362941.

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

Color convert

RGB189173249-
CMYK0.240.3100.02
HSL252.63º86.36%82.75%-
HSV(B)252.63º30.52%97.65%-
XYZ53.0347.5596-
YUV186.45163.3129.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=30.93%
G=28.31%
B=40.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891732490.240.3100.02252.6386.3682.75
HexBDADF9181F02fd5653
Octal275255371303702375126123
Binary10111101101011011111100111000111110101111110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADF9; }

 p { color: rgb(189,173,249); }

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

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

 a { background-color: rgb(189,173,249); }

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

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

 span { border-color: rgb(189,173,249); }

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