Shades of Link Water #BEC1CF
Tints of Link Water #BEC1CF
RGB
CMYK
RGB Variations
Color information
#BEC1CF (or 0xBEC1CF) is known color: Link Water. HEX triplet: BE, C1 and CF. RGB value is (190,193,207). Sum of RGB (Red+Green+Blue) = 190+193+207=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1CF is #413E30. Grayscale: #C1C1C1. Windows color (decimal): -4275761 or 13615550. OLE color: 13615550.
HSL color Cylindrical-coordinate representation of color #BEC1CF: hue angle of 229.41º 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 #BEC1CF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 193 | 207 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.19 |
| HSL | 229.41º | 0.15% | 0.78% | - |
| HSV(B) | 229.41º | 0.08% | 0.81% | - |
| XYZ | 51.57 | 53.59 | 66.66 | - |
| YUV | 193.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 207 | 0.08 | 0.07 | 0 | 0.19 | 229.41 | 0.15 | 0.78 |
| Hex | BE | C1 | CF | 8 | 7 | 0 | 13 | E5 | F | 4E |
| Octal | 276 | 301 | 317 | 10 | 7 | 0 | 23 | 345 | 17 | 116 |
| Binary | 10111110 | 11000001 | 11001111 | 1000 | 111 | 0 | 10011 | 11100101 | 1111 | 1001110 |
Color Harmonies of #BEC1CF
Complementary color
Monochromatic Colors of #BEC1CF
Black with #BEC1CF
Text Example
Text Example
White with #BEC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1CF; }
p { color: rgb(190,193,207); }
H1.HeaderClassName
{
color: #BEC1CF;
}
.AnyTagClassName
{
color: #BEC1CF;
}
</style>
background-color css
<style>
a { background-color: #BEC1CF; }
a { background-color: rgb(190,193,207); }
div.DivClassName
{
background-color: #BEC1CF;
}
.BgClassName
{
background-color: #BEC1CF;
}
</style>
border-color css
<style>
span { border-color: #BEC1CF; }
span { border-color: rgb(190,193,207); }
td.TdClassName
{
border-color: #BEC1CF;
}
.TagClassName
{
border-color: #BEC1CF;
}
</style>