Shades of Link Water #BEC2D6
Tints of Link Water #BEC2D6
RGB
CMYK
RGB Variations
Color information
#BEC2D6 (or 0xBEC2D6) is known color: Link Water. HEX triplet: BE, C2 and D6. RGB value is (190,194,214). Sum of RGB (Red+Green+Blue) = 190+194+214=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEC2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2D6 is #413D29. Grayscale: #C2C2C2. Windows color (decimal): -4275498 or 14074558. OLE color: 14074558.
HSL color Cylindrical-coordinate representation of color #BEC2D6: hue angle of 230º degrees, saturation: 0.23, 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 #BEC2D6 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 194 | 214 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.16 |
| HSL | 230º | 0.23% | 0.79% | - |
| HSV(B) | 230º | 0.11% | 0.84% | - |
| XYZ | 52.66 | 54.39 | 71.34 | - |
| YUV | 195.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 214 | 0.11 | 0.09 | 0 | 0.16 | 230 | 0.23 | 0.79 |
| Hex | BE | C2 | D6 | B | 9 | 0 | 10 | E6 | 17 | 4F |
| Octal | 276 | 302 | 326 | 13 | 11 | 0 | 20 | 346 | 27 | 117 |
| Binary | 10111110 | 11000010 | 11010110 | 1011 | 1001 | 0 | 10000 | 11100110 | 10111 | 1001111 |
Color Harmonies of #BEC2D6
Complementary color
Monochromatic Colors of #BEC2D6
Black with #BEC2D6
Text Example
Text Example
White with #BEC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2D6; }
p { color: rgb(190,194,214); }
H1.HeaderClassName
{
color: #BEC2D6;
}
.AnyTagClassName
{
color: #BEC2D6;
}
</style>
background-color css
<style>
a { background-color: #BEC2D6; }
a { background-color: rgb(190,194,214); }
div.DivClassName
{
background-color: #BEC2D6;
}
.BgClassName
{
background-color: #BEC2D6;
}
</style>
border-color css
<style>
span { border-color: #BEC2D6; }
span { border-color: rgb(190,194,214); }
td.TdClassName
{
border-color: #BEC2D6;
}
.TagClassName
{
border-color: #BEC2D6;
}
</style>