#B9ABFA

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

Shades of Melrose #B9ABFA

Tints of Melrose #B9ABFA

Color information

#B9ABFA (or 0xB9ABFA) is unknown color: approx Melrose. HEX triplet: B9, AB and FA. RGB value is (185,171,250). Sum of RGB (Red+Green+Blue) = 185+171+250=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ABFA is #465405. Grayscale: #B7B7B7. Windows color (decimal): -4609030 or 16427961. OLE color: 16427961.

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

Color convert

RGB185171250-
CMYK0.260.3200.02
HSL250.63º88.76%82.55%-
HSV(B)250.63º31.6%98.04%-
XYZ51.8346.3496.66-
YUV184.19165.14128.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.53%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=30.53%
G=28.22%
B=41.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851712500.260.3200.02250.6388.7682.55
HexB9ABFA1A2002fb5953
Octal271253372324002373131123
Binary101110011010101111111010110101000000101111101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABFA; }

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

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

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

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

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

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

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

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