#B9A9EC

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

Shades of Melrose #B9A9EC

Tints of Melrose #B9A9EC

Color information

#B9A9EC (or 0xB9A9EC) is unknown color: approx Melrose. HEX triplet: B9, A9 and EC. RGB value is (185,169,236). Sum of RGB (Red+Green+Blue) = 185+169+236=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9A9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A9EC is #465613. Grayscale: #B5B5B5. Windows color (decimal): -4609556 or 15509945. OLE color: 15509945.

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

Color convert

RGB185169236-
CMYK0.220.2800.07
HSL254.33º63.81%79.41%-
HSV(B)254.33º28.39%92.55%-
XYZ49.3444.7585.39-
YUV181.42158.8130.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.36%
GREEN value IS 169 (66.41% from 255) = 28.64%
BLUE value IS 236 (92.58% from 255) = 40%
R=31.36%
G=28.64%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851692360.220.2800.07254.3363.8179.41
HexB9A9EC161C07fe404f
Octal271251354263407376100117
Binary101110011010100111101100101101110001111111111010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9EC; }

 p { color: rgb(185,169,236); }

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

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

 a { background-color: rgb(185,169,236); }

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

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

 span { border-color: rgb(185,169,236); }

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