Shades of Link Water #BEC7DC
Tints of Link Water #BEC7DC
RGB
CMYK
RGB Variations
Color information
#BEC7DC (or 0xBEC7DC) is known color: Link Water. HEX triplet: BE, C7 and DC. RGB value is (190,199,220). Sum of RGB (Red+Green+Blue) = 190+199+220=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7DC is #413823. Grayscale: #C6C6C6. Windows color (decimal): -4274212 or 14469054. OLE color: 14469054.
HSL color Cylindrical-coordinate representation of color #BEC7DC: hue angle of 222º 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 #BEC7DC is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 199 | 220 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.14 |
| HSL | 222º | 0.3% | 0.8% | - |
| HSV(B) | 222º | 0.14% | 0.86% | - |
| XYZ | 54.58 | 56.96 | 75.83 | - |
| YUV | 198.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 220 | 0.14 | 0.10 | 0 | 0.14 | 222 | 0.3 | 0.8 |
| Hex | BE | C7 | DC | E | A | 0 | E | DE | 1E | 50 |
| Octal | 276 | 307 | 334 | 16 | 12 | 0 | 16 | 336 | 36 | 120 |
| Binary | 10111110 | 11000111 | 11011100 | 1110 | 1010 | 0 | 1110 | 11011110 | 11110 | 1010000 |
Color Harmonies of #BEC7DC
Complementary color
Monochromatic Colors of #BEC7DC
Black with #BEC7DC
Text Example
Text Example
White with #BEC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7DC; }
p { color: rgb(190,199,220); }
H1.HeaderClassName
{
color: #BEC7DC;
}
.AnyTagClassName
{
color: #BEC7DC;
}
</style>
background-color css
<style>
a { background-color: #BEC7DC; }
a { background-color: rgb(190,199,220); }
div.DivClassName
{
background-color: #BEC7DC;
}
.BgClassName
{
background-color: #BEC7DC;
}
</style>
border-color css
<style>
span { border-color: #BEC7DC; }
span { border-color: rgb(190,199,220); }
td.TdClassName
{
border-color: #BEC7DC;
}
.TagClassName
{
border-color: #BEC7DC;
}
</style>