#BDADEB

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

Shades of Melrose #BDADEB

Tints of Melrose #BDADEB

Color information

#BDADEB (or 0xBDADEB) is unknown color: approx Melrose. HEX triplet: BD, AD and EB. RGB value is (189,173,235). Sum of RGB (Red+Green+Blue) = 189+173+235=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADEB is #425214. Grayscale: #B8B8B8. Windows color (decimal): -4346389 or 15445437. OLE color: 15445437.

HSL color Cylindrical-coordinate representation of color #BDADEB: hue angle of 255.48º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDADEB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189173235-
CMYK0.200.2600.08
HSL255.48º60.78%80%-
HSV(B)255.48º26.38%92.16%-
XYZ50.9346.784.93-
YUV184.85156.3130.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=31.66%
G=28.98%
B=39.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891732350.200.2600.08255.4860.7880
HexBDADEB141A08ff3d50
Octal275255353243201037775120
Binary101111011010110111101011101001101001000111111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADEB; }

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

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

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

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

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

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

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

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