Shades of Link Water #BEC4CE
Tints of Link Water #BEC4CE
RGB
CMYK
RGB Variations
Color information
#BEC4CE (or 0xBEC4CE) is known color: Link Water. HEX triplet: BE, C4 and CE. RGB value is (190,196,206). Sum of RGB (Red+Green+Blue) = 190+196+206=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4CE is #413B31. Grayscale: #C3C3C3. Windows color (decimal): -4274994 or 13550782. OLE color: 13550782.
HSL color Cylindrical-coordinate representation of color #BEC4CE: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC4CE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 196 | 206 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.19 |
| HSL | 217.5º | 0.14% | 0.78% | - |
| HSV(B) | 217.5º | 0.08% | 0.81% | - |
| XYZ | 52.12 | 54.88 | 66.24 | - |
| YUV | 195.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 206 | 0.08 | 0.05 | 0 | 0.19 | 217.5 | 0.14 | 0.78 |
| Hex | BE | C4 | CE | 8 | 5 | 0 | 13 | DA | E | 4E |
| Octal | 276 | 304 | 316 | 10 | 5 | 0 | 23 | 332 | 16 | 116 |
| Binary | 10111110 | 11000100 | 11001110 | 1000 | 101 | 0 | 10011 | 11011010 | 1110 | 1001110 |
Color Harmonies of #BEC4CE
Complementary color
Monochromatic Colors of #BEC4CE
Black with #BEC4CE
Text Example
Text Example
White with #BEC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4CE; }
p { color: rgb(190,196,206); }
H1.HeaderClassName
{
color: #BEC4CE;
}
.AnyTagClassName
{
color: #BEC4CE;
}
</style>
background-color css
<style>
a { background-color: #BEC4CE; }
a { background-color: rgb(190,196,206); }
div.DivClassName
{
background-color: #BEC4CE;
}
.BgClassName
{
background-color: #BEC4CE;
}
</style>
border-color css
<style>
span { border-color: #BEC4CE; }
span { border-color: rgb(190,196,206); }
td.TdClassName
{
border-color: #BEC4CE;
}
.TagClassName
{
border-color: #BEC4CE;
}
</style>