#BAAFDC

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

Shades of Melrose #BAAFDC

Tints of Melrose #BAAFDC

Color information

#BAAFDC (or 0xBAAFDC) is unknown color: approx Melrose. HEX triplet: BA, AF and DC. RGB value is (186,175,220). Sum of RGB (Red+Green+Blue) = 186+175+220=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFDC is #455023. Grayscale: #B7B7B7. Windows color (decimal): -4542500 or 14462906. OLE color: 14462906.

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

Color convert

RGB186175220-
CMYK0.150.2000.14
HSL254.67º39.13%77.45%-
HSV(B)254.67º20.45%86.27%-
XYZ48.546.2774.08-
YUV183.42148.64129.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=32.01%
G=30.12%
B=37.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861752200.150.2000.14254.6739.1377.45
HexBAAFDCF140Eff274d
Octal272257334172401637747115
Binary10111010101011111101110011111010001110111111111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFDC; }

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

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

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

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

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

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

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

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