#B9ABEC

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

Shades of Melrose #B9ABEC

Tints of Melrose #B9ABEC

Color information

#B9ABEC (or 0xB9ABEC) is unknown color: approx Melrose. HEX triplet: B9, AB and EC. RGB value is (185,171,236). Sum of RGB (Red+Green+Blue) = 185+171+236=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ABEC is #465413. Grayscale: #B6B6B6. Windows color (decimal): -4609044 or 15510457. OLE color: 15510457.

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

Color convert

RGB185171236-
CMYK0.220.2800.07
HSL252.92º63.11%79.8%-
HSV(B)252.92º27.54%92.55%-
XYZ49.7145.585.52-
YUV182.6158.14129.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=31.25%
G=28.89%
B=39.86%

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
Decimal1851712360.220.2800.07252.9263.1179.8
HexB9ABEC161C07fd3f50
Octal27125335426340737577120
Binary10111001101010111110110010110111000111111111011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABEC; }

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

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

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

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

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

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

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

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