#B9ADEE

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

Shades of Melrose #B9ADEE

Tints of Melrose #B9ADEE

Color information

#B9ADEE (or 0xB9ADEE) is unknown color: approx Melrose. HEX triplet: B9, AD and EE. RGB value is (185,173,238). Sum of RGB (Red+Green+Blue) = 185+173+238=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADEE is #465211. Grayscale: #B7B7B7. Windows color (decimal): -4608530 or 15642041. OLE color: 15642041.

HSL color Cylindrical-coordinate representation of color #B9ADEE: hue angle of 251.08º 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 #B9ADEE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185173238-
CMYK0.220.2700.07
HSL251.08º65.66%80.59%-
HSV(B)251.08º27.31%93.33%-
XYZ50.3846.3787.18-
YUV184158.48128.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.04%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=31.04%
G=29.03%
B=39.93%

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
Decimal1851732380.220.2700.07251.0865.6680.59
HexB9ADEE161B07fb4251
Octal271255356263307373102121
Binary101110011010110111101110101101101101111111101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADEE; }

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

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

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

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

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

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

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

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