#BAB0F9

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

Shades of Melrose #BAB0F9

Tints of Melrose #BAB0F9

Color information

#BAB0F9 (or 0xBAB0F9) is unknown color: approx Melrose. HEX triplet: BA, B0 and F9. RGB value is (186,176,249). Sum of RGB (Red+Green+Blue) = 186+176+249=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0F9 is #454F06. Grayscale: #BBBBBB. Windows color (decimal): -4542215 or 16363706. OLE color: 16363706.

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

Color convert

RGB186176249-
CMYK0.250.2900.02
HSL248.22º85.88%83.33%-
HSV(B)248.22º29.32%97.65%-
XYZ52.8748.3396.16-
YUV187.31162.81127.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=30.44%
G=28.81%
B=40.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861762490.250.2900.02248.2285.8883.33
HexBAB0F9191D02f85653
Octal272260371313502370126123
Binary10111010101100001111100111001111010101111100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0F9; }

 p { color: rgb(186,176,249); }

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

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

 a { background-color: rgb(186,176,249); }

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

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

 span { border-color: rgb(186,176,249); }

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