#B8A9F7

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

Shades of Melrose #B8A9F7

Tints of Melrose #B8A9F7

Color information

#B8A9F7 (or 0xB8A9F7) is unknown color: approx Melrose. HEX triplet: B8, A9 and F7. RGB value is (184,169,247). Sum of RGB (Red+Green+Blue) = 184+169+247=600 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.67% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #B8A9F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A9F7 is #475608. Grayscale: #B6B6B6. Windows color (decimal): -4675081 or 16230840. OLE color: 16230840.

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

Color convert

RGB184169247-
CMYK0.260.3200.03
HSL251.54º82.98%81.57%-
HSV(B)251.54º31.58%96.86%-
XYZ50.7445.2894.06-
YUV182.38164.47129.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.67%
GREEN value IS 169 (66.41% from 255) = 28.17%
BLUE value IS 247 (96.88% from 255) = 41.17%
R=30.67%
G=28.17%
B=41.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1841692470.260.3200.03251.5482.9881.57
HexB8A9F71A2003fc5352
Octal270251367324003374123122
Binary101110001010100111110111110101000000111111110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A9F7; }

 p { color: rgb(184,169,247); }

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

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

 a { background-color: rgb(184,169,247); }

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

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

 span { border-color: rgb(184,169,247); }

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