#B7A9FE

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

Shades of Melrose #B7A9FE

Tints of Melrose #B7A9FE

Color information

#B7A9FE (or 0xB7A9FE) is unknown color: approx Melrose. HEX triplet: B7, A9 and FE. RGB value is (183,169,254). Sum of RGB (Red+Green+Blue) = 183+169+254=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A9FE is #485601. Grayscale: #B6B6B6. Windows color (decimal): -4740610 or 16689591. OLE color: 16689591.

HSL color Cylindrical-coordinate representation of color #B7A9FE: hue angle of 249.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7A9FE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183169254-
CMYK0.280.3300.00
HSL249.88º97.7%82.94%-
HSV(B)249.88º33.46%99.61%-
XYZ51.6145.699.85-
YUV182.88168.14128.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.20%
GREEN value IS 169 (66.41% from 255) = 27.89%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=30.20%
G=27.89%
B=41.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1831692540.280.3300.00249.8897.782.94
HexB7A9FE1C2100fa6253
Octal267251376344100372142123
Binary10110111101010011111111011100100001001111101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A9FE; }

 p { color: rgb(183,169,254); }

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

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

 a { background-color: rgb(183,169,254); }

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

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

 span { border-color: rgb(183,169,254); }

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