#BAB0DE

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

Shades of Melrose #BAB0DE

Tints of Melrose #BAB0DE

Color information

#BAB0DE (or 0xBAB0DE) is unknown color: approx Melrose. HEX triplet: BA, B0 and DE. RGB value is (186,176,222). Sum of RGB (Red+Green+Blue) = 186+176+222=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0DE is #454F21. Grayscale: #B8B8B8. Windows color (decimal): -4542242 or 14594234. OLE color: 14594234.

HSL color Cylindrical-coordinate representation of color #BAB0DE: hue angle of 253.04º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB0DE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186176222-
CMYK0.160.2100.13
HSL253.04º41.07%78.04%-
HSV(B)253.04º20.72%87.06%-
XYZ48.9646.7675.55-
YUV184.23149.31129.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 176 (69.14% from 255) = 30.14%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=31.85%
G=30.14%
B=38.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861762220.160.2100.13253.0441.0778.04
HexBAB0DE10150Dfd294e
Octal272260336202501537551116
Binary101110101011000011011110100001010101101111111011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0DE; }

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

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

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

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

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

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

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

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