#BDADE8

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

Shades of Melrose #BDADE8

Tints of Melrose #BDADE8

Color information

#BDADE8 (or 0xBDADE8) is unknown color: approx Melrose. HEX triplet: BD, AD and E8. RGB value is (189,173,232). Sum of RGB (Red+Green+Blue) = 189+173+232=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADE8 is #425217. Grayscale: #B8B8B8. Windows color (decimal): -4346392 or 15248829. OLE color: 15248829.

HSL color Cylindrical-coordinate representation of color #BDADE8: hue angle of 256.27º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDADE8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189173232-
CMYK0.190.2500.09
HSL256.27º56.19%79.41%-
HSV(B)256.27º25.43%90.98%-
XYZ50.546.5382.66-
YUV184.51154.8131.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 232 (91.02% from 255) = 39.06%
R=31.82%
G=29.12%
B=39.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891732320.190.2500.09256.2756.1979.41
HexBDADE8131909100384f
Octal275255350233101140070117
Binary1011110110101101111010001001111001010011000000001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADE8; }

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

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

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

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

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

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

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

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