Shades of Link Water #BEC4CF
Tints of Link Water #BEC4CF
RGB
CMYK
RGB Variations
Color information
#BEC4CF (or 0xBEC4CF) is known color: Link Water. HEX triplet: BE, C4 and CF. RGB value is (190,196,207). Sum of RGB (Red+Green+Blue) = 190+196+207=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4CF is #413B30. Grayscale: #C3C3C3. Windows color (decimal): -4274993 or 13616318. OLE color: 13616318.
HSL color Cylindrical-coordinate representation of color #BEC4CF: hue angle of 218.82º degrees, saturation: 0.15, 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 #BEC4CF is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 196 | 207 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.19 |
| HSL | 218.82º | 0.15% | 0.78% | - |
| HSV(B) | 218.82º | 0.08% | 0.81% | - |
| XYZ | 52.24 | 54.93 | 66.88 | - |
| YUV | 195.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 207 | 0.08 | 0.05 | 0 | 0.19 | 218.82 | 0.15 | 0.78 |
| Hex | BE | C4 | CF | 8 | 5 | 0 | 13 | DB | F | 4E |
| Octal | 276 | 304 | 317 | 10 | 5 | 0 | 23 | 333 | 17 | 116 |
| Binary | 10111110 | 11000100 | 11001111 | 1000 | 101 | 0 | 10011 | 11011011 | 1111 | 1001110 |
Color Harmonies of #BEC4CF
Complementary color
Monochromatic Colors of #BEC4CF
Black with #BEC4CF
Text Example
Text Example
White with #BEC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4CF; }
p { color: rgb(190,196,207); }
H1.HeaderClassName
{
color: #BEC4CF;
}
.AnyTagClassName
{
color: #BEC4CF;
}
</style>
background-color css
<style>
a { background-color: #BEC4CF; }
a { background-color: rgb(190,196,207); }
div.DivClassName
{
background-color: #BEC4CF;
}
.BgClassName
{
background-color: #BEC4CF;
}
</style>
border-color css
<style>
span { border-color: #BEC4CF; }
span { border-color: rgb(190,196,207); }
td.TdClassName
{
border-color: #BEC4CF;
}
.TagClassName
{
border-color: #BEC4CF;
}
</style>