#BAB4F6

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

Shades of Melrose #BAB4F6

Tints of Melrose #BAB4F6

Color information

#BAB4F6 (or 0xBAB4F6) is unknown color: approx Melrose. HEX triplet: BA, B4 and F6. RGB value is (186,180,246). Sum of RGB (Red+Green+Blue) = 186+180+246=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAB4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB4F6 is #454B09. Grayscale: #BDBDBD. Windows color (decimal): -4541194 or 16168122. OLE color: 16168122.

HSL color Cylindrical-coordinate representation of color #BAB4F6: hue angle of 245.45º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAB4F6 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186180246-
CMYK0.240.2700.04
HSL245.45º78.57%83.53%-
HSV(B)245.45º26.83%96.47%-
XYZ53.2149.7493.98-
YUV189.32159.99125.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 180 (70.70% from 255) = 29.41%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=30.39%
G=29.41%
B=40.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861802460.240.2700.04245.4578.5783.53
HexBAB4F6181B04f54f54
Octal272264366303304365117124
Binary101110101011010011110110110001101101001111010110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4F6; }

 p { color: rgb(186,180,246); }

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

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

 a { background-color: rgb(186,180,246); }

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

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

 span { border-color: rgb(186,180,246); }

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