#B8A6F0

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

Shades of Melrose #B8A6F0

Tints of Melrose #B8A6F0

Color information

#B8A6F0 (or 0xB8A6F0) is unknown color: approx Melrose. HEX triplet: B8, A6 and F0. RGB value is (184,166,240). Sum of RGB (Red+Green+Blue) = 184+166+240=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #B8A6F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A6F0 is #47590F. Grayscale: #B3B3B3. Windows color (decimal): -4675856 or 15771320. OLE color: 15771320.

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

Color convert

RGB184166240-
CMYK0.230.3100.06
HSL254.59º71.15%79.61%-
HSV(B)254.59º30.83%94.12%-
XYZ49.1343.7588.29-
YUV179.82161.96130.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.19%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=31.19%
G=28.14%
B=40.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841662400.230.3100.06254.5971.1579.61
HexB8A6F0171F06ff4750
Octal270246360273706377107120
Binary101110001010011011110000101111111101101111111110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A6F0; }

 p { color: rgb(184,166,240); }

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

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

 a { background-color: rgb(184,166,240); }

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

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

 span { border-color: rgb(184,166,240); }

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