#B8A6FC

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

Shades of Melrose #B8A6FC

Tints of Melrose #B8A6FC

Color information

#B8A6FC (or 0xB8A6FC) is unknown color: approx Melrose. HEX triplet: B8, A6 and FC. RGB value is (184,166,252). Sum of RGB (Red+Green+Blue) = 184+166+252=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8A6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A6FC is #475903. Grayscale: #B4B4B4. Windows color (decimal): -4675844 or 16557752. OLE color: 16557752.

HSL color Cylindrical-coordinate representation of color #B8A6FC: hue angle of 252.56º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8A6FC is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184166252-
CMYK0.270.3400.01
HSL252.56º93.48%81.96%-
HSV(B)252.56º34.13%98.82%-
XYZ50.9744.4998-
YUV181.19167.96130.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.56%
GREEN value IS 166 (65.23% from 255) = 27.57%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=30.56%
G=27.57%
B=41.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841662520.270.3400.01252.5693.4881.96
HexB8A6FC1B2201fd5d52
Octal270246374334201375135122
Binary10111000101001101111110011011100010011111110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A6FC; }

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

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

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

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

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

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

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

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