Shades of Link Water #BEC8D9
Tints of Link Water #BEC8D9
RGB
CMYK
RGB Variations
Color information
#BEC8D9 (or 0xBEC8D9) is known color: Link Water. HEX triplet: BE, C8 and D9. RGB value is (190,200,217). Sum of RGB (Red+Green+Blue) = 190+200+217=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #BEC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8D9 is #413726. Grayscale: #C6C6C6. Windows color (decimal): -4273959 or 14272702. OLE color: 14272702.
HSL color Cylindrical-coordinate representation of color #BEC8D9: hue angle of 217.78º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC8D9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 200 | 217 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.15 |
| HSL | 217.78º | 0.26% | 0.8% | - |
| HSV(B) | 217.78º | 0.12% | 0.85% | - |
| XYZ | 54.41 | 57.27 | 73.83 | - |
| YUV | 198.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 217 | 0.12 | 0.08 | 0 | 0.15 | 217.78 | 0.26 | 0.8 |
| Hex | BE | C8 | D9 | C | 8 | 0 | F | DA | 1A | 50 |
| Octal | 276 | 310 | 331 | 14 | 10 | 0 | 17 | 332 | 32 | 120 |
| Binary | 10111110 | 11001000 | 11011001 | 1100 | 1000 | 0 | 1111 | 11011010 | 11010 | 1010000 |
Color Harmonies of #BEC8D9
Complementary color
Monochromatic Colors of #BEC8D9
Black with #BEC8D9
Text Example
Text Example
White with #BEC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8D9; }
p { color: rgb(190,200,217); }
H1.HeaderClassName
{
color: #BEC8D9;
}
.AnyTagClassName
{
color: #BEC8D9;
}
</style>
background-color css
<style>
a { background-color: #BEC8D9; }
a { background-color: rgb(190,200,217); }
div.DivClassName
{
background-color: #BEC8D9;
}
.BgClassName
{
background-color: #BEC8D9;
}
</style>
border-color css
<style>
span { border-color: #BEC8D9; }
span { border-color: rgb(190,200,217); }
td.TdClassName
{
border-color: #BEC8D9;
}
.TagClassName
{
border-color: #BEC8D9;
}
</style>