#BAABFB

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

Shades of Melrose #BAABFB

Tints of Melrose #BAABFB

Color information

#BAABFB (or 0xBAABFB) is unknown color: approx Melrose. HEX triplet: BA, AB and FB. RGB value is (186,171,251). Sum of RGB (Red+Green+Blue) = 186+171+251=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABFB is #455404. Grayscale: #B8B8B8. Windows color (decimal): -4543493 or 16493498. OLE color: 16493498.

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

Color convert

RGB186171251-
CMYK0.260.3200.02
HSL251.25º90.91%82.75%-
HSV(B)251.25º31.87%98.43%-
XYZ52.2346.5397.5-
YUV184.6165.47129-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 171 (67.19% from 255) = 28.12%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=30.59%
G=28.12%
B=41.28%

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
Decimal1861712510.260.3200.02251.2590.9182.75
HexBAABFB1A2002fb5b53
Octal272253373324002373133123
Binary101110101010101111111011110101000000101111101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABFB; }

 p { color: rgb(186,171,251); }

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

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

 a { background-color: rgb(186,171,251); }

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

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

 span { border-color: rgb(186,171,251); }

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