Shades of Link Water #BEC5D3
Tints of Link Water #BEC5D3
RGB
CMYK
RGB Variations
Color information
#BEC5D3 (or 0xBEC5D3) is known color: Link Water. HEX triplet: BE, C5 and D3. RGB value is (190,197,211). Sum of RGB (Red+Green+Blue) = 190+197+211=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5D3 is #413A2C. Grayscale: #C4C4C4. Windows color (decimal): -4274733 or 13878718. OLE color: 13878718.
HSL color Cylindrical-coordinate representation of color #BEC5D3: hue angle of 220º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC5D3 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 197 | 211 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.17 |
| HSL | 220º | 0.19% | 0.79% | - |
| HSV(B) | 220º | 0.1% | 0.83% | - |
| XYZ | 52.96 | 55.58 | 69.57 | - |
| YUV | 196.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 211 | 0.10 | 0.07 | 0 | 0.17 | 220 | 0.19 | 0.79 |
| Hex | BE | C5 | D3 | A | 7 | 0 | 11 | DC | 13 | 4F |
| Octal | 276 | 305 | 323 | 12 | 7 | 0 | 21 | 334 | 23 | 117 |
| Binary | 10111110 | 11000101 | 11010011 | 1010 | 111 | 0 | 10001 | 11011100 | 10011 | 1001111 |
Color Harmonies of #BEC5D3
Complementary color
Monochromatic Colors of #BEC5D3
Black with #BEC5D3
Text Example
Text Example
White with #BEC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5D3; }
p { color: rgb(190,197,211); }
H1.HeaderClassName
{
color: #BEC5D3;
}
.AnyTagClassName
{
color: #BEC5D3;
}
</style>
background-color css
<style>
a { background-color: #BEC5D3; }
a { background-color: rgb(190,197,211); }
div.DivClassName
{
background-color: #BEC5D3;
}
.BgClassName
{
background-color: #BEC5D3;
}
</style>
border-color css
<style>
span { border-color: #BEC5D3; }
span { border-color: rgb(190,197,211); }
td.TdClassName
{
border-color: #BEC5D3;
}
.TagClassName
{
border-color: #BEC5D3;
}
</style>