#BDADF0

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

Shades of Melrose #BDADF0

Tints of Melrose #BDADF0

Color information

#BDADF0 (or 0xBDADF0) is unknown color: approx Melrose. HEX triplet: BD, AD and F0. RGB value is (189,173,240). Sum of RGB (Red+Green+Blue) = 189+173+240=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADF0 is #42520F. Grayscale: #B9B9B9. Windows color (decimal): -4346384 or 15773117. OLE color: 15773117.

HSL color Cylindrical-coordinate representation of color #BDADF0: hue angle of 254.33º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDADF0 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189173240-
CMYK0.210.2800.06
HSL254.33º69.07%80.98%-
HSV(B)254.33º27.92%94.12%-
XYZ51.664788.79-
YUV185.42158.8130.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=31.40%
G=28.74%
B=39.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891732400.210.2800.06254.3369.0780.98
HexBDADF0151C06fe4551
Octal275255360253406376105121
Binary101111011010110111110000101011110001101111111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADF0; }

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

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

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

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

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

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

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

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