Shades of Link Water #BAC0D5
Tints of Link Water #BAC0D5
RGB
CMYK
RGB Variations
Color information
#BAC0D5 (or 0xBAC0D5) is known color: Link Water. HEX triplet: BA, C0 and D5. RGB value is (186,192,213). Sum of RGB (Red+Green+Blue) = 186+192+213=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0D5 is #453F2A. Grayscale: #C0C0C0. Windows color (decimal): -4538155 or 14008506. OLE color: 14008506.
HSL color Cylindrical-coordinate representation of color #BAC0D5: hue angle of 226.67º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC0D5 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 192 | 213 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.16 |
| HSL | 226.67º | 0.24% | 0.78% | - |
| HSV(B) | 226.67º | 0.13% | 0.84% | - |
| XYZ | 51.11 | 52.94 | 70.48 | - |
| YUV | 192.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 213 | 0.13 | 0.10 | 0 | 0.16 | 226.67 | 0.24 | 0.78 |
| Hex | BA | C0 | D5 | D | A | 0 | 10 | E3 | 18 | 4E |
| Octal | 272 | 300 | 325 | 15 | 12 | 0 | 20 | 343 | 30 | 116 |
| Binary | 10111010 | 11000000 | 11010101 | 1101 | 1010 | 0 | 10000 | 11100011 | 11000 | 1001110 |
Color Harmonies of #BAC0D5
Complementary color
Monochromatic Colors of #BAC0D5
Black with #BAC0D5
Text Example
Text Example
White with #BAC0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0D5; }
p { color: rgb(186,192,213); }
H1.HeaderClassName
{
color: #BAC0D5;
}
.AnyTagClassName
{
color: #BAC0D5;
}
</style>
background-color css
<style>
a { background-color: #BAC0D5; }
a { background-color: rgb(186,192,213); }
div.DivClassName
{
background-color: #BAC0D5;
}
.BgClassName
{
background-color: #BAC0D5;
}
</style>
border-color css
<style>
span { border-color: #BAC0D5; }
span { border-color: rgb(186,192,213); }
td.TdClassName
{
border-color: #BAC0D5;
}
.TagClassName
{
border-color: #BAC0D5;
}
</style>