#B8AAFA

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

Shades of Melrose #B8AAFA

Tints of Melrose #B8AAFA

Color information

#B8AAFA (or 0xB8AAFA) is unknown color: approx Melrose. HEX triplet: B8, AA and FA. RGB value is (184,170,250). Sum of RGB (Red+Green+Blue) = 184+170+250=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AAFA is #475505. Grayscale: #B7B7B7. Windows color (decimal): -4674822 or 16427704. OLE color: 16427704.

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

Color convert

RGB184170250-
CMYK0.260.3200.02
HSL250.5º88.89%82.35%-
HSV(B)250.5º32%98.04%-
XYZ51.445.8496.58-
YUV183.31165.64128.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.46%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=30.46%
G=28.15%
B=41.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841702500.260.3200.02250.588.8982.35
HexB8AAFA1A2002fa5952
Octal270252372324002372131122
Binary101110001010101011111010110101000000101111101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AAFA; }

 p { color: rgb(184,170,250); }

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

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

 a { background-color: rgb(184,170,250); }

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

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

 span { border-color: rgb(184,170,250); }

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