#BDADF7

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

Shades of Melrose #BDADF7

Tints of Melrose #BDADF7

Color information

#BDADF7 (or 0xBDADF7) is unknown color: approx Melrose. HEX triplet: BD, AD and F7. RGB value is (189,173,247). Sum of RGB (Red+Green+Blue) = 189+173+247=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADF7 is #425208. Grayscale: #B9B9B9. Windows color (decimal): -4346377 or 16231869. OLE color: 16231869.

HSL color Cylindrical-coordinate representation of color #BDADF7: hue angle of 252.97º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDADF7 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189173247-
CMYK0.230.3000.03
HSL252.97º82.22%82.35%-
HSV(B)252.97º29.96%96.86%-
XYZ52.7247.4294.37-
YUV186.22162.3129.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 247 (96.88% from 255) = 40.56%
R=31.03%
G=28.41%
B=40.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891732470.230.3000.03252.9782.2282.35
HexBDADF7171E03fd5252
Octal275255367273603375122122
Binary10111101101011011111011110111111100111111110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADF7; }

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

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

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

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

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

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

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

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