Shades of Link Water #BEC5D5
Tints of Link Water #BEC5D5
RGB
CMYK
RGB Variations
Color information
#BEC5D5 (or 0xBEC5D5) is known color: Link Water. HEX triplet: BE, C5 and D5. RGB value is (190,197,213). Sum of RGB (Red+Green+Blue) = 190+197+213=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5D5 is #413A2A. Grayscale: #C4C4C4. Windows color (decimal): -4274731 or 14009790. OLE color: 14009790.
HSL color Cylindrical-coordinate representation of color #BEC5D5: hue angle of 221.74º degrees, saturation: 0.21, 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 #BEC5D5 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 197 | 213 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.16 |
| HSL | 221.74º | 0.21% | 0.79% | - |
| HSV(B) | 221.74º | 0.11% | 0.84% | - |
| XYZ | 53.21 | 55.68 | 70.89 | - |
| YUV | 196.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 213 | 0.11 | 0.08 | 0 | 0.16 | 221.74 | 0.21 | 0.79 |
| Hex | BE | C5 | D5 | B | 8 | 0 | 10 | DE | 15 | 4F |
| Octal | 276 | 305 | 325 | 13 | 10 | 0 | 20 | 336 | 25 | 117 |
| Binary | 10111110 | 11000101 | 11010101 | 1011 | 1000 | 0 | 10000 | 11011110 | 10101 | 1001111 |
Color Harmonies of #BEC5D5
Complementary color
Monochromatic Colors of #BEC5D5
Black with #BEC5D5
Text Example
Text Example
White with #BEC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5D5; }
p { color: rgb(190,197,213); }
H1.HeaderClassName
{
color: #BEC5D5;
}
.AnyTagClassName
{
color: #BEC5D5;
}
</style>
background-color css
<style>
a { background-color: #BEC5D5; }
a { background-color: rgb(190,197,213); }
div.DivClassName
{
background-color: #BEC5D5;
}
.BgClassName
{
background-color: #BEC5D5;
}
</style>
border-color css
<style>
span { border-color: #BEC5D5; }
span { border-color: rgb(190,197,213); }
td.TdClassName
{
border-color: #BEC5D5;
}
.TagClassName
{
border-color: #BEC5D5;
}
</style>