Shades of Link Water #BEC8D6
Tints of Link Water #BEC8D6
RGB
CMYK
RGB Variations
Color information
#BEC8D6 (or 0xBEC8D6) is known color: Link Water. HEX triplet: BE, C8 and D6. RGB value is (190,200,214). Sum of RGB (Red+Green+Blue) = 190+200+214=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEC8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8D6 is #413729. Grayscale: #C6C6C6. Windows color (decimal): -4273962 or 14076094. OLE color: 14076094.
HSL color Cylindrical-coordinate representation of color #BEC8D6: hue angle of 215º 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 #BEC8D6 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 200 | 214 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.16 |
| HSL | 215º | 0.23% | 0.79% | - |
| HSV(B) | 215º | 0.11% | 0.84% | - |
| XYZ | 54.03 | 57.11 | 71.79 | - |
| YUV | 198.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 214 | 0.11 | 0.07 | 0 | 0.16 | 215 | 0.23 | 0.79 |
| Hex | BE | C8 | D6 | B | 7 | 0 | 10 | D7 | 17 | 4F |
| Octal | 276 | 310 | 326 | 13 | 7 | 0 | 20 | 327 | 27 | 117 |
| Binary | 10111110 | 11001000 | 11010110 | 1011 | 111 | 0 | 10000 | 11010111 | 10111 | 1001111 |
Color Harmonies of #BEC8D6
Complementary color
Monochromatic Colors of #BEC8D6
Black with #BEC8D6
Text Example
Text Example
White with #BEC8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8D6; }
p { color: rgb(190,200,214); }
H1.HeaderClassName
{
color: #BEC8D6;
}
.AnyTagClassName
{
color: #BEC8D6;
}
</style>
background-color css
<style>
a { background-color: #BEC8D6; }
a { background-color: rgb(190,200,214); }
div.DivClassName
{
background-color: #BEC8D6;
}
.BgClassName
{
background-color: #BEC8D6;
}
</style>
border-color css
<style>
span { border-color: #BEC8D6; }
span { border-color: rgb(190,200,214); }
td.TdClassName
{
border-color: #BEC8D6;
}
.TagClassName
{
border-color: #BEC8D6;
}
</style>