#BDADF5

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

Shades of Melrose #BDADF5

Tints of Melrose #BDADF5

Color information

#BDADF5 (or 0xBDADF5) is unknown color: approx Melrose. HEX triplet: BD, AD and F5. RGB value is (189,173,245). Sum of RGB (Red+Green+Blue) = 189+173+245=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADF5 is #42520A. Grayscale: #B9B9B9. Windows color (decimal): -4346379 or 16100797. OLE color: 16100797.

HSL color Cylindrical-coordinate representation of color #BDADF5: hue angle of 253.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDADF5 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189173245-
CMYK0.230.2900.04
HSL253.33º78.26%81.96%-
HSV(B)253.33º29.39%96.08%-
XYZ52.4147.392.75-
YUV185.99161.3130.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=31.14%
G=28.50%
B=40.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891732450.230.2900.04253.3378.2681.96
HexBDADF5171D04fd4e52
Octal275255365273504375116122
Binary101111011010110111110101101111110101001111110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADF5; }

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

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

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

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

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

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

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

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