#B9AFDE

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

Shades of Melrose #B9AFDE

Tints of Melrose #B9AFDE

Color information

#B9AFDE (or 0xB9AFDE) is unknown color: approx Melrose. HEX triplet: B9, AF and DE. RGB value is (185,175,222). Sum of RGB (Red+Green+Blue) = 185+175+222=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFDE is #465021. Grayscale: #B7B7B7. Windows color (decimal): -4608034 or 14593977. OLE color: 14593977.

HSL color Cylindrical-coordinate representation of color #B9AFDE: hue angle of 252.77º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9AFDE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185175222-
CMYK0.170.2100.13
HSL252.77º41.59%77.84%-
HSV(B)252.77º21.17%87.06%-
XYZ48.5246.2575.48-
YUV183.35149.81129.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=31.79%
G=30.07%
B=38.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851752220.170.2100.13252.7741.5977.84
HexB9AFDE11150Dfd2a4e
Octal271257336212501537552116
Binary101110011010111111011110100011010101101111111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFDE; }

 p { color: rgb(185,175,222); }

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

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

 a { background-color: rgb(185,175,222); }

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

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

 span { border-color: rgb(185,175,222); }

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