#B9AFF7

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

Shades of Melrose #B9AFF7

Tints of Melrose #B9AFF7

Color information

#B9AFF7 (or 0xB9AFF7) is unknown color: approx Melrose. HEX triplet: B9, AF and F7. RGB value is (185,175,247). Sum of RGB (Red+Green+Blue) = 185+175+247=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #B9AFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AFF7 is #465008. Grayscale: #B9B9B9. Windows color (decimal): -4608009 or 16232377. OLE color: 16232377.

HSL color Cylindrical-coordinate representation of color #B9AFF7: hue angle of 248.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9AFF7 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185175247-
CMYK0.250.2900.03
HSL248.33º81.82%82.75%-
HSV(B)248.33º29.15%96.86%-
XYZ52.1347.6994.45-
YUV186.2162.31127.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.48%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 247 (96.88% from 255) = 40.69%
R=30.48%
G=28.83%
B=40.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1851752470.250.2900.03248.3381.8282.75
HexB9AFF7191D03f85253
Octal271257367313503370122123
Binary10111001101011111111011111001111010111111100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFF7; }

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

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

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

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

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

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

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

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