#BAB2D9

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

Shades of Melrose #BAB2D9

Tints of Melrose #BAB2D9

Color information

#BAB2D9 (or 0xBAB2D9) is unknown color: approx Melrose. HEX triplet: BA, B2 and D9. RGB value is (186,178,217). Sum of RGB (Red+Green+Blue) = 186+178+217=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAB2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2D9 is #454D26. Grayscale: #B8B8B8. Windows color (decimal): -4541735 or 14267066. OLE color: 14267066.

HSL color Cylindrical-coordinate representation of color #BAB2D9: hue angle of 252.31º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB2D9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186178217-
CMYK0.140.1800.15
HSL252.31º33.91%77.45%-
HSV(B)252.31º17.97%85.1%-
XYZ48.6947.2972.21-
YUV184.84146.15128.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=32.01%
G=30.64%
B=37.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861782170.140.1800.15252.3133.9177.45
HexBAB2D9E120Ffc224d
Octal272262331162201737442115
Binary10111010101100101101100111101001001111111111001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2D9; }

 p { color: rgb(186,178,217); }

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

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

 a { background-color: rgb(186,178,217); }

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

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

 span { border-color: rgb(186,178,217); }

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