Shades of Link Water #BEC9DC
Tints of Link Water #BEC9DC
RGB
CMYK
RGB Variations
Color information
#BEC9DC (or 0xBEC9DC) is known color: Link Water. HEX triplet: BE, C9 and DC. RGB value is (190,201,220). Sum of RGB (Red+Green+Blue) = 190+201+220=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9DC is #413623. Grayscale: #C7C7C7. Windows color (decimal): -4273700 or 14469566. OLE color: 14469566.
HSL color Cylindrical-coordinate representation of color #BEC9DC: hue angle of 218º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC9DC is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 201 | 220 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.14 |
| HSL | 218º | 0.3% | 0.8% | - |
| HSV(B) | 218º | 0.14% | 0.86% | - |
| XYZ | 55.04 | 57.89 | 75.98 | - |
| YUV | 199.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 220 | 0.14 | 0.09 | 0 | 0.14 | 218 | 0.3 | 0.8 |
| Hex | BE | C9 | DC | E | 9 | 0 | E | DA | 1E | 50 |
| Octal | 276 | 311 | 334 | 16 | 11 | 0 | 16 | 332 | 36 | 120 |
| Binary | 10111110 | 11001001 | 11011100 | 1110 | 1001 | 0 | 1110 | 11011010 | 11110 | 1010000 |
Color Harmonies of #BEC9DC
Complementary color
Monochromatic Colors of #BEC9DC
Black with #BEC9DC
Text Example
Text Example
White with #BEC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9DC; }
p { color: rgb(190,201,220); }
H1.HeaderClassName
{
color: #BEC9DC;
}
.AnyTagClassName
{
color: #BEC9DC;
}
</style>
background-color css
<style>
a { background-color: #BEC9DC; }
a { background-color: rgb(190,201,220); }
div.DivClassName
{
background-color: #BEC9DC;
}
.BgClassName
{
background-color: #BEC9DC;
}
</style>
border-color css
<style>
span { border-color: #BEC9DC; }
span { border-color: rgb(190,201,220); }
td.TdClassName
{
border-color: #BEC9DC;
}
.TagClassName
{
border-color: #BEC9DC;
}
</style>