#BAB2DC

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

Shades of Melrose #BAB2DC

Tints of Melrose #BAB2DC

Color information

#BAB2DC (or 0xBAB2DC) is unknown color: approx Melrose. HEX triplet: BA, B2 and DC. RGB value is (186,178,220). Sum of RGB (Red+Green+Blue) = 186+178+220=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2DC is #454D23. Grayscale: #B9B9B9. Windows color (decimal): -4541732 or 14463674. OLE color: 14463674.

HSL color Cylindrical-coordinate representation of color #BAB2DC: hue angle of 251.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB2DC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186178220-
CMYK0.150.1900.14
HSL251.43º37.5%78.04%-
HSV(B)251.43º19.09%86.27%-
XYZ49.0947.4574.28-
YUV185.18147.65128.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 178 (69.92% from 255) = 30.48%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=31.85%
G=30.48%
B=37.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861782200.150.1900.14251.4337.578.04
HexBAB2DCF130Efb254e
Octal272262334172301637345116
Binary10111010101100101101110011111001101110111110111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2DC; }

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

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

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

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

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

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

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

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