#B7AAFA

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

Shades of Melrose #B7AAFA

Tints of Melrose #B7AAFA

Color information

#B7AAFA (or 0xB7AAFA) is unknown color: approx Melrose. HEX triplet: B7, AA and FA. RGB value is (183,170,250). Sum of RGB (Red+Green+Blue) = 183+170+250=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAFA is #485505. Grayscale: #B6B6B6. Windows color (decimal): -4740358 or 16427703. OLE color: 16427703.

HSL color Cylindrical-coordinate representation of color #B7AAFA: hue angle of 249.75º 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 #B7AAFA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183170250-
CMYK0.270.3200.02
HSL249.75º88.89%82.35%-
HSV(B)249.75º32%98.04%-
XYZ51.1645.7296.57-
YUV183.01165.81128-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.35%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=30.35%
G=28.19%
B=41.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831702500.270.3200.02249.7588.8982.35
HexB7AAFA1B2002fa5952
Octal267252372334002372131122
Binary101101111010101011111010110111000000101111101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAFA; }

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

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

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

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

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

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

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

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