#B4A8FE

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

Shades of Melrose #B4A8FE

Tints of Melrose #B4A8FE

Color information

#B4A8FE (or 0xB4A8FE) is unknown color: approx Melrose. HEX triplet: B4, A8 and FE. RGB value is (180,168,254). Sum of RGB (Red+Green+Blue) = 180+168+254=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A8FE is #4B5701. Grayscale: #B5B5B5. Windows color (decimal): -4937474 or 16689332. OLE color: 16689332.

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

Color convert

RGB180168254-
CMYK0.290.3400.00
HSL248.37º97.73%82.75%-
HSV(B)248.37º33.86%99.61%-
XYZ50.7144.8699.75-
YUV181.39168.98127.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.90%
GREEN value IS 168 (66.02% from 255) = 27.91%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=29.90%
G=27.91%
B=42.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801682540.290.3400.00248.3797.7382.75
HexB4A8FE1D2200f86253
Octal264250376354200370142123
Binary10110100101010001111111011101100010001111100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A8FE; }

 p { color: rgb(180,168,254); }

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

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

 a { background-color: rgb(180,168,254); }

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

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

 span { border-color: rgb(180,168,254); }

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