#BDADEE

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

Shades of Melrose #BDADEE

Tints of Melrose #BDADEE

Color information

#BDADEE (or 0xBDADEE) is unknown color: approx Melrose. HEX triplet: BD, AD and EE. RGB value is (189,173,238). Sum of RGB (Red+Green+Blue) = 189+173+238=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADEE is #425211. Grayscale: #B8B8B8. Windows color (decimal): -4346386 or 15642045. OLE color: 15642045.

HSL color Cylindrical-coordinate representation of color #BDADEE: hue angle of 254.77º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDADEE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189173238-
CMYK0.210.2700.07
HSL254.77º65.66%80.59%-
HSV(B)254.77º27.31%93.33%-
XYZ51.3646.8887.23-
YUV185.19157.8130.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=31.5%
G=28.83%
B=39.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891732380.210.2700.07254.7765.6680.59
HexBDADEE151B07ff4251
Octal275255356253307377102121
Binary101111011010110111101110101011101101111111111110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADEE; }

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

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

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

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

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

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

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

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