#B9ADED

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

Shades of Melrose #B9ADED

Tints of Melrose #B9ADED

Color information

#B9ADED (or 0xB9ADED) is unknown color: approx Melrose. HEX triplet: B9, AD and ED. RGB value is (185,173,237). Sum of RGB (Red+Green+Blue) = 185+173+237=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADED is #465212. Grayscale: #B7B7B7. Windows color (decimal): -4608531 or 15576505. OLE color: 15576505.

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

Color convert

RGB185173237-
CMYK0.220.2700.07
HSL251.25º64%80.39%-
HSV(B)251.25º27%92.94%-
XYZ50.2446.3286.41-
YUV183.88157.98128.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=31.09%
G=29.08%
B=39.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851732370.220.2700.07251.256480.39
HexB9ADED161B07fb4050
Octal271255355263307373100120
Binary101110011010110111101101101101101101111111101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADED; }

 p { color: rgb(185,173,237); }

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

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

 a { background-color: rgb(185,173,237); }

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

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

 span { border-color: rgb(185,173,237); }

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