#BAB0DC

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

Shades of Melrose #BAB0DC

Tints of Melrose #BAB0DC

Color information

#BAB0DC (or 0xBAB0DC) is unknown color: approx Melrose. HEX triplet: BA, B0 and DC. RGB value is (186,176,220). Sum of RGB (Red+Green+Blue) = 186+176+220=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0DC is #454F23. Grayscale: #B7B7B7. Windows color (decimal): -4542244 or 14463162. OLE color: 14463162.

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

Color convert

RGB186176220-
CMYK0.150.200.14
HSL253.64º38.6%77.65%-
HSV(B)253.64º20%86.27%-
XYZ48.6946.6674.15-
YUV184.01148.31129.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 176 (69.14% from 255) = 30.24%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=31.96%
G=30.24%
B=37.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861762200.150.200.14253.6438.677.65
HexBAB0DCF140Efe274e
Octal272260334172401637647116
Binary10111010101100001101110011111010001110111111101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0DC; }

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

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

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

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

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

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

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

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