Shades of Link Water #BEC6D4
Tints of Link Water #BEC6D4
RGB
CMYK
RGB Variations
Color information
#BEC6D4 (or 0xBEC6D4) is known color: Link Water. HEX triplet: BE, C6 and D4. RGB value is (190,198,212). Sum of RGB (Red+Green+Blue) = 190+198+212=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEC6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6D4 is #41392B. Grayscale: #C5C5C5. Windows color (decimal): -4274476 or 13944510. OLE color: 13944510.
HSL color Cylindrical-coordinate representation of color #BEC6D4: hue angle of 218.18º degrees, saturation: 0.2, 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 #BEC6D4 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 198 | 212 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.17 |
| HSL | 218.18º | 0.2% | 0.79% | - |
| HSV(B) | 218.18º | 0.1% | 0.83% | - |
| XYZ | 53.31 | 56.09 | 70.3 | - |
| YUV | 197.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 212 | 0.10 | 0.07 | 0 | 0.17 | 218.18 | 0.2 | 0.79 |
| Hex | BE | C6 | D4 | A | 7 | 0 | 11 | DA | 14 | 4F |
| Octal | 276 | 306 | 324 | 12 | 7 | 0 | 21 | 332 | 24 | 117 |
| Binary | 10111110 | 11000110 | 11010100 | 1010 | 111 | 0 | 10001 | 11011010 | 10100 | 1001111 |
Color Harmonies of #BEC6D4
Complementary color
Monochromatic Colors of #BEC6D4
Black with #BEC6D4
Text Example
Text Example
White with #BEC6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6D4; }
p { color: rgb(190,198,212); }
H1.HeaderClassName
{
color: #BEC6D4;
}
.AnyTagClassName
{
color: #BEC6D4;
}
</style>
background-color css
<style>
a { background-color: #BEC6D4; }
a { background-color: rgb(190,198,212); }
div.DivClassName
{
background-color: #BEC6D4;
}
.BgClassName
{
background-color: #BEC6D4;
}
</style>
border-color css
<style>
span { border-color: #BEC6D4; }
span { border-color: rgb(190,198,212); }
td.TdClassName
{
border-color: #BEC6D4;
}
.TagClassName
{
border-color: #BEC6D4;
}
</style>