Shades of Link Water #BEC3CE
Tints of Link Water #BEC3CE
RGB
CMYK
RGB Variations
Color information
#BEC3CE (or 0xBEC3CE) is known color: Link Water. HEX triplet: BE, C3 and CE. RGB value is (190,195,206). Sum of RGB (Red+Green+Blue) = 190+195+206=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3CE is #413C31. Grayscale: #C2C2C2. Windows color (decimal): -4275250 or 13550526. OLE color: 13550526.
HSL color Cylindrical-coordinate representation of color #BEC3CE: hue angle of 221.25º 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 #BEC3CE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 195 | 206 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.19 |
| HSL | 221.25º | 0.14% | 0.78% | - |
| HSV(B) | 221.25º | 0.08% | 0.81% | - |
| XYZ | 51.89 | 54.43 | 66.16 | - |
| YUV | 194.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 206 | 0.08 | 0.05 | 0 | 0.19 | 221.25 | 0.14 | 0.78 |
| Hex | BE | C3 | CE | 8 | 5 | 0 | 13 | DD | E | 4E |
| Octal | 276 | 303 | 316 | 10 | 5 | 0 | 23 | 335 | 16 | 116 |
| Binary | 10111110 | 11000011 | 11001110 | 1000 | 101 | 0 | 10011 | 11011101 | 1110 | 1001110 |
Color Harmonies of #BEC3CE
Complementary color
Monochromatic Colors of #BEC3CE
Black with #BEC3CE
Text Example
Text Example
White with #BEC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3CE; }
p { color: rgb(190,195,206); }
H1.HeaderClassName
{
color: #BEC3CE;
}
.AnyTagClassName
{
color: #BEC3CE;
}
</style>
background-color css
<style>
a { background-color: #BEC3CE; }
a { background-color: rgb(190,195,206); }
div.DivClassName
{
background-color: #BEC3CE;
}
.BgClassName
{
background-color: #BEC3CE;
}
</style>
border-color css
<style>
span { border-color: #BEC3CE; }
span { border-color: rgb(190,195,206); }
td.TdClassName
{
border-color: #BEC3CE;
}
.TagClassName
{
border-color: #BEC3CE;
}
</style>