Shades of Link Water #BEC6D5
Tints of Link Water #BEC6D5
RGB
CMYK
RGB Variations
Color information
#BEC6D5 (or 0xBEC6D5) is known color: Link Water. HEX triplet: BE, C6 and D5. RGB value is (190,198,213). Sum of RGB (Red+Green+Blue) = 190+198+213=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEC6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6D5 is #41392A. Grayscale: #C5C5C5. Windows color (decimal): -4274475 or 14010046. OLE color: 14010046.
HSL color Cylindrical-coordinate representation of color #BEC6D5: hue angle of 219.13º degrees, saturation: 0.21, 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 #BEC6D5 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 198 | 213 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.16 |
| HSL | 219.13º | 0.21% | 0.79% | - |
| HSV(B) | 219.13º | 0.11% | 0.84% | - |
| XYZ | 53.44 | 56.14 | 70.97 | - |
| YUV | 197.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 213 | 0.11 | 0.07 | 0 | 0.16 | 219.13 | 0.21 | 0.79 |
| Hex | BE | C6 | D5 | B | 7 | 0 | 10 | DB | 15 | 4F |
| Octal | 276 | 306 | 325 | 13 | 7 | 0 | 20 | 333 | 25 | 117 |
| Binary | 10111110 | 11000110 | 11010101 | 1011 | 111 | 0 | 10000 | 11011011 | 10101 | 1001111 |
Color Harmonies of #BEC6D5
Complementary color
Monochromatic Colors of #BEC6D5
Black with #BEC6D5
Text Example
Text Example
White with #BEC6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6D5; }
p { color: rgb(190,198,213); }
H1.HeaderClassName
{
color: #BEC6D5;
}
.AnyTagClassName
{
color: #BEC6D5;
}
</style>
background-color css
<style>
a { background-color: #BEC6D5; }
a { background-color: rgb(190,198,213); }
div.DivClassName
{
background-color: #BEC6D5;
}
.BgClassName
{
background-color: #BEC6D5;
}
</style>
border-color css
<style>
span { border-color: #BEC6D5; }
span { border-color: rgb(190,198,213); }
td.TdClassName
{
border-color: #BEC6D5;
}
.TagClassName
{
border-color: #BEC6D5;
}
</style>