Shades of Link Water #BEC5D2
Tints of Link Water #BEC5D2
RGB
CMYK
RGB Variations
Color information
#BEC5D2 (or 0xBEC5D2) is known color: Link Water. HEX triplet: BE, C5 and D2. RGB value is (190,197,210). Sum of RGB (Red+Green+Blue) = 190+197+210=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEC5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5D2 is #413A2D. Grayscale: #C4C4C4. Windows color (decimal): -4274734 or 13813182. OLE color: 13813182.
HSL color Cylindrical-coordinate representation of color #BEC5D2: hue angle of 219º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC5D2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 197 | 210 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.18 |
| HSL | 219º | 0.18% | 0.78% | - |
| HSV(B) | 219º | 0.1% | 0.82% | - |
| XYZ | 52.83 | 55.53 | 68.91 | - |
| YUV | 196.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 210 | 0.10 | 0.06 | 0 | 0.18 | 219 | 0.18 | 0.78 |
| Hex | BE | C5 | D2 | A | 6 | 0 | 12 | DB | 12 | 4E |
| Octal | 276 | 305 | 322 | 12 | 6 | 0 | 22 | 333 | 22 | 116 |
| Binary | 10111110 | 11000101 | 11010010 | 1010 | 110 | 0 | 10010 | 11011011 | 10010 | 1001110 |
Color Harmonies of #BEC5D2
Complementary color
Monochromatic Colors of #BEC5D2
Black with #BEC5D2
Text Example
Text Example
White with #BEC5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5D2; }
p { color: rgb(190,197,210); }
H1.HeaderClassName
{
color: #BEC5D2;
}
.AnyTagClassName
{
color: #BEC5D2;
}
</style>
background-color css
<style>
a { background-color: #BEC5D2; }
a { background-color: rgb(190,197,210); }
div.DivClassName
{
background-color: #BEC5D2;
}
.BgClassName
{
background-color: #BEC5D2;
}
</style>
border-color css
<style>
span { border-color: #BEC5D2; }
span { border-color: rgb(190,197,210); }
td.TdClassName
{
border-color: #BEC5D2;
}
.TagClassName
{
border-color: #BEC5D2;
}
</style>