Shades of Link Water #BEC1CC
Tints of Link Water #BEC1CC
RGB
CMYK
RGB Variations
Color information
#BEC1CC (or 0xBEC1CC) is known color: Link Water. HEX triplet: BE, C1 and CC. RGB value is (190,193,204). Sum of RGB (Red+Green+Blue) = 190+193+204=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1CC is #413E33. Grayscale: #C1C1C1. Windows color (decimal): -4275764 or 13418942. OLE color: 13418942.
HSL color Cylindrical-coordinate representation of color #BEC1CC: hue angle of 227.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC1CC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 193 | 204 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.2 |
| HSL | 227.14º | 0.12% | 0.77% | - |
| HSV(B) | 227.14º | 0.07% | 0.8% | - |
| XYZ | 51.2 | 53.45 | 64.74 | - |
| YUV | 193.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 204 | 0.07 | 0.05 | 0 | 0.2 | 227.14 | 0.12 | 0.77 |
| Hex | BE | C1 | CC | 7 | 5 | 0 | 14 | E3 | C | 4D |
| Octal | 276 | 301 | 314 | 7 | 5 | 0 | 24 | 343 | 14 | 115 |
| Binary | 10111110 | 11000001 | 11001100 | 111 | 101 | 0 | 10100 | 11100011 | 1100 | 1001101 |
Color Harmonies of #BEC1CC
Complementary color
Monochromatic Colors of #BEC1CC
Black with #BEC1CC
Text Example
Text Example
White with #BEC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1CC; }
p { color: rgb(190,193,204); }
H1.HeaderClassName
{
color: #BEC1CC;
}
.AnyTagClassName
{
color: #BEC1CC;
}
</style>
background-color css
<style>
a { background-color: #BEC1CC; }
a { background-color: rgb(190,193,204); }
div.DivClassName
{
background-color: #BEC1CC;
}
.BgClassName
{
background-color: #BEC1CC;
}
</style>
border-color css
<style>
span { border-color: #BEC1CC; }
span { border-color: rgb(190,193,204); }
td.TdClassName
{
border-color: #BEC1CC;
}
.TagClassName
{
border-color: #BEC1CC;
}
</style>