Shades of Link Water #BEC5D6
Tints of Link Water #BEC5D6
RGB
CMYK
RGB Variations
Color information
#BEC5D6 (or 0xBEC5D6) is known color: Link Water. HEX triplet: BE, C5 and D6. RGB value is (190,197,214). Sum of RGB (Red+Green+Blue) = 190+197+214=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEC5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5D6 is #413A29. Grayscale: #C4C4C4. Windows color (decimal): -4274730 or 14075326. OLE color: 14075326.
HSL color Cylindrical-coordinate representation of color #BEC5D6: hue angle of 222.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC5D6 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 197 | 214 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.16 |
| HSL | 222.5º | 0.23% | 0.79% | - |
| HSV(B) | 222.5º | 0.11% | 0.84% | - |
| XYZ | 53.34 | 55.73 | 71.56 | - |
| YUV | 196.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 214 | 0.11 | 0.08 | 0 | 0.16 | 222.5 | 0.23 | 0.79 |
| Hex | BE | C5 | D6 | B | 8 | 0 | 10 | DE | 17 | 4F |
| Octal | 276 | 305 | 326 | 13 | 10 | 0 | 20 | 336 | 27 | 117 |
| Binary | 10111110 | 11000101 | 11010110 | 1011 | 1000 | 0 | 10000 | 11011110 | 10111 | 1001111 |
Color Harmonies of #BEC5D6
Complementary color
Monochromatic Colors of #BEC5D6
Black with #BEC5D6
Text Example
Text Example
White with #BEC5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5D6; }
p { color: rgb(190,197,214); }
H1.HeaderClassName
{
color: #BEC5D6;
}
.AnyTagClassName
{
color: #BEC5D6;
}
</style>
background-color css
<style>
a { background-color: #BEC5D6; }
a { background-color: rgb(190,197,214); }
div.DivClassName
{
background-color: #BEC5D6;
}
.BgClassName
{
background-color: #BEC5D6;
}
</style>
border-color css
<style>
span { border-color: #BEC5D6; }
span { border-color: rgb(190,197,214); }
td.TdClassName
{
border-color: #BEC5D6;
}
.TagClassName
{
border-color: #BEC5D6;
}
</style>