#B8A2FC

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

Shades of Melrose #B8A2FC

Tints of Melrose #B8A2FC

Color information

#B8A2FC (or 0xB8A2FC) is unknown color: approx Melrose. HEX triplet: B8, A2 and FC. RGB value is (184,162,252). Sum of RGB (Red+Green+Blue) = 184+162+252=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8A2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A2FC is #475D03. Grayscale: #B2B2B2. Windows color (decimal): -4676868 or 16556728. OLE color: 16556728.

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

Color convert

RGB184162252-
CMYK0.270.3600.01
HSL254.67º93.75%81.18%-
HSV(B)254.67º35.71%98.82%-
XYZ50.2643.0697.76-
YUV178.84169.29131.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.77%
GREEN value IS 162 (63.67% from 255) = 27.09%
BLUE value IS 252 (98.83% from 255) = 42.14%
R=30.77%
G=27.09%
B=42.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841622520.270.3600.01254.6793.7581.18
HexB8A2FC1B2401ff5e51
Octal270242374334401377136121
Binary10111000101000101111110011011100100011111111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A2FC; }

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

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

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

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

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

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

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

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