#B5ABFA

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

Shades of Melrose #B5ABFA

Tints of Melrose #B5ABFA

Color information

#B5ABFA (or 0xB5ABFA) is unknown color: approx Melrose. HEX triplet: B5, AB and FA. RGB value is (181,171,250). Sum of RGB (Red+Green+Blue) = 181+171+250=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ABFA is #4A5405. Grayscale: #B6B6B6. Windows color (decimal): -4871174 or 16427957. OLE color: 16427957.

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

Color convert

RGB181171250-
CMYK0.280.3200.02
HSL247.59º88.76%82.55%-
HSV(B)247.59º31.6%98.04%-
XYZ50.8745.8596.61-
YUV183165.81126.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.07%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=30.07%
G=28.41%
B=41.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811712500.280.3200.02247.5988.7682.55
HexB5ABFA1C2002f85953
Octal265253372344002370131123
Binary101101011010101111111010111001000000101111100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABFA; }

 p { color: rgb(181,171,250); }

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

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

 a { background-color: rgb(181,171,250); }

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

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

 span { border-color: rgb(181,171,250); }

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