#B9AFEF

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

Shades of Melrose #B9AFEF

Tints of Melrose #B9AFEF

Color information

#B9AFEF (or 0xB9AFEF) is unknown color: approx Melrose. HEX triplet: B9, AF and EF. RGB value is (185,175,239). Sum of RGB (Red+Green+Blue) = 185+175+239=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AFEF is #465010. Grayscale: #B9B9B9. Windows color (decimal): -4608017 or 15708089. OLE color: 15708089.

HSL color Cylindrical-coordinate representation of color #B9AFEF: hue angle of 249.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9AFEF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185175239-
CMYK0.230.2700.06
HSL249.38º66.67%81.18%-
HSV(B)249.38º26.78%93.73%-
XYZ50.9247.2188.09-
YUV185.29158.31127.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.88%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=30.88%
G=29.22%
B=39.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851752390.230.2700.06249.3866.6781.18
HexB9AFEF171B06f94351
Octal271257357273306371103121
Binary101110011010111111101111101111101101101111100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFEF; }

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

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

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

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

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

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

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

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