Shades of Link Water #BEC5D0
Tints of Link Water #BEC5D0
RGB
CMYK
RGB Variations
Color information
#BEC5D0 (or 0xBEC5D0) is known color: Link Water. HEX triplet: BE, C5 and D0. RGB value is (190,197,208). Sum of RGB (Red+Green+Blue) = 190+197+208=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5D0 is #413A2F. Grayscale: #C4C4C4. Windows color (decimal): -4274736 or 13682110. OLE color: 13682110.
HSL color Cylindrical-coordinate representation of color #BEC5D0: hue angle of 216.67º degrees, saturation: 0.16, 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 #BEC5D0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 197 | 208 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.18 |
| HSL | 216.67º | 0.16% | 0.78% | - |
| HSV(B) | 216.67º | 0.09% | 0.82% | - |
| XYZ | 52.59 | 55.43 | 67.6 | - |
| YUV | 196.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 208 | 0.09 | 0.05 | 0 | 0.18 | 216.67 | 0.16 | 0.78 |
| Hex | BE | C5 | D0 | 9 | 5 | 0 | 12 | D9 | 10 | 4E |
| Octal | 276 | 305 | 320 | 11 | 5 | 0 | 22 | 331 | 20 | 116 |
| Binary | 10111110 | 11000101 | 11010000 | 1001 | 101 | 0 | 10010 | 11011001 | 10000 | 1001110 |
Color Harmonies of #BEC5D0
Complementary color
Monochromatic Colors of #BEC5D0
Black with #BEC5D0
Text Example
Text Example
White with #BEC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5D0; }
p { color: rgb(190,197,208); }
H1.HeaderClassName
{
color: #BEC5D0;
}
.AnyTagClassName
{
color: #BEC5D0;
}
</style>
background-color css
<style>
a { background-color: #BEC5D0; }
a { background-color: rgb(190,197,208); }
div.DivClassName
{
background-color: #BEC5D0;
}
.BgClassName
{
background-color: #BEC5D0;
}
</style>
border-color css
<style>
span { border-color: #BEC5D0; }
span { border-color: rgb(190,197,208); }
td.TdClassName
{
border-color: #BEC5D0;
}
.TagClassName
{
border-color: #BEC5D0;
}
</style>