#B8A9FF

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

Shades of Melrose #B8A9FF

Tints of Melrose #B8A9FF

Color information

#B8A9FF (or 0xB8A9FF) is unknown color: approx Melrose. HEX triplet: B8, A9 and FF. RGB value is (184,169,255). Sum of RGB (Red+Green+Blue) = 184+169+255=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A9FF is #475600. Grayscale: #B6B6B6. Windows color (decimal): -4675073 or 16755128. OLE color: 16755128.

HSL color Cylindrical-coordinate representation of color #B8A9FF: hue angle of 250.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8A9FF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184169255-
CMYK0.280.3400
HSL250.47º100%83.14%-
HSV(B)250.47º33.73%100%-
XYZ52.0145.79100.7-
YUV183.29168.47128.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.26%
GREEN value IS 169 (66.41% from 255) = 27.80%
BLUE value IS 255 (100% from 255) = 41.94%
R=30.26%
G=27.80%
B=41.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841692550.280.3400250.4710083.14
HexB8A9FF1C2200fa6453
Octal270251377344200372144123
Binary10111000101010011111111111100100010001111101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A9FF; }

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

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

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

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

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

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

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

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