Shades of Link Water #BEC1CE
Tints of Link Water #BEC1CE
RGB
CMYK
RGB Variations
Color information
#BEC1CE (or 0xBEC1CE) is known color: Link Water. HEX triplet: BE, C1 and CE. RGB value is (190,193,206). Sum of RGB (Red+Green+Blue) = 190+193+206=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1CE is #413E31. Grayscale: #C1C1C1. Windows color (decimal): -4275762 or 13550014. OLE color: 13550014.
HSL color Cylindrical-coordinate representation of color #BEC1CE: hue angle of 228.75º 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 #BEC1CE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 193 | 206 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.19 |
| HSL | 228.75º | 0.14% | 0.78% | - |
| HSV(B) | 228.75º | 0.08% | 0.81% | - |
| XYZ | 51.45 | 53.54 | 66.02 | - |
| YUV | 193.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 206 | 0.08 | 0.06 | 0 | 0.19 | 228.75 | 0.14 | 0.78 |
| Hex | BE | C1 | CE | 8 | 6 | 0 | 13 | E5 | E | 4E |
| Octal | 276 | 301 | 316 | 10 | 6 | 0 | 23 | 345 | 16 | 116 |
| Binary | 10111110 | 11000001 | 11001110 | 1000 | 110 | 0 | 10011 | 11100101 | 1110 | 1001110 |
Color Harmonies of #BEC1CE
Complementary color
Monochromatic Colors of #BEC1CE
Black with #BEC1CE
Text Example
Text Example
White with #BEC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1CE; }
p { color: rgb(190,193,206); }
H1.HeaderClassName
{
color: #BEC1CE;
}
.AnyTagClassName
{
color: #BEC1CE;
}
</style>
background-color css
<style>
a { background-color: #BEC1CE; }
a { background-color: rgb(190,193,206); }
div.DivClassName
{
background-color: #BEC1CE;
}
.BgClassName
{
background-color: #BEC1CE;
}
</style>
border-color css
<style>
span { border-color: #BEC1CE; }
span { border-color: rgb(190,193,206); }
td.TdClassName
{
border-color: #BEC1CE;
}
.TagClassName
{
border-color: #BEC1CE;
}
</style>