#B4A5FE

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

Shades of Melrose #B4A5FE

Tints of Melrose #B4A5FE

Color information

#B4A5FE (or 0xB4A5FE) is unknown color: approx Melrose. HEX triplet: B4, A5 and FE. RGB value is (180,165,254). Sum of RGB (Red+Green+Blue) = 180+165+254=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A5FE is #4B5A01. Grayscale: #B3B3B3. Windows color (decimal): -4938242 or 16688564. OLE color: 16688564.

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

Color convert

RGB180165254-
CMYK0.290.3500.00
HSL250.11º97.8%82.16%-
HSV(B)250.11º35.04%99.61%-
XYZ50.1743.7799.57-
YUV179.63169.97128.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.05%
GREEN value IS 165 (64.84% from 255) = 27.55%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=30.05%
G=27.55%
B=42.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801652540.290.3500.00250.1197.882.16
HexB4A5FE1D2300fa6252
Octal264245376354300372142122
Binary10110100101001011111111011101100011001111101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A5FE; }

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

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

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

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

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

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

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

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