#B9AFEC

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

Shades of Melrose #B9AFEC

Tints of Melrose #B9AFEC

Color information

#B9AFEC (or 0xB9AFEC) is unknown color: approx Melrose. HEX triplet: B9, AF and EC. RGB value is (185,175,236). Sum of RGB (Red+Green+Blue) = 185+175+236=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AFEC is #465013. Grayscale: #B8B8B8. Windows color (decimal): -4608020 or 15511481. OLE color: 15511481.

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

Color convert

RGB185175236-
CMYK0.220.2600.07
HSL249.84º61.62%80.59%-
HSV(B)249.84º25.85%92.55%-
XYZ50.4847.0385.77-
YUV184.94156.81128.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.04%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 236 (92.58% from 255) = 39.60%
R=31.04%
G=29.36%
B=39.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851752360.220.2600.07249.8461.6280.59
HexB9AFEC161A07fa3e51
Octal27125735426320737276121
Binary10111001101011111110110010110110100111111110101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFEC; }

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

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

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

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

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

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

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

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