Shades of Link Water #BEC5D1
Tints of Link Water #BEC5D1
RGB
CMYK
RGB Variations
Color information
#BEC5D1 (or 0xBEC5D1) is known color: Link Water. HEX triplet: BE, C5 and D1. RGB value is (190,197,209). Sum of RGB (Red+Green+Blue) = 190+197+209=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5D1 is #413A2E. Grayscale: #C4C4C4. Windows color (decimal): -4274735 or 13747646. OLE color: 13747646.
HSL color Cylindrical-coordinate representation of color #BEC5D1: hue angle of 217.89º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC5D1 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 197 | 209 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.18 |
| HSL | 217.89º | 0.17% | 0.78% | - |
| HSV(B) | 217.89º | 0.09% | 0.82% | - |
| XYZ | 52.71 | 55.48 | 68.25 | - |
| YUV | 196.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 209 | 0.09 | 0.06 | 0 | 0.18 | 217.89 | 0.17 | 0.78 |
| Hex | BE | C5 | D1 | 9 | 6 | 0 | 12 | DA | 11 | 4E |
| Octal | 276 | 305 | 321 | 11 | 6 | 0 | 22 | 332 | 21 | 116 |
| Binary | 10111110 | 11000101 | 11010001 | 1001 | 110 | 0 | 10010 | 11011010 | 10001 | 1001110 |
Color Harmonies of #BEC5D1
Complementary color
Monochromatic Colors of #BEC5D1
Black with #BEC5D1
Text Example
Text Example
White with #BEC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5D1; }
p { color: rgb(190,197,209); }
H1.HeaderClassName
{
color: #BEC5D1;
}
.AnyTagClassName
{
color: #BEC5D1;
}
</style>
background-color css
<style>
a { background-color: #BEC5D1; }
a { background-color: rgb(190,197,209); }
div.DivClassName
{
background-color: #BEC5D1;
}
.BgClassName
{
background-color: #BEC5D1;
}
</style>
border-color css
<style>
span { border-color: #BEC5D1; }
span { border-color: rgb(190,197,209); }
td.TdClassName
{
border-color: #BEC5D1;
}
.TagClassName
{
border-color: #BEC5D1;
}
</style>