Shades of Link Water #BCC0CF
Tints of Link Water #BCC0CF
RGB
CMYK
RGB Variations
Color information
#BCC0CF (or 0xBCC0CF) is known color: Link Water. HEX triplet: BC, C0 and CF. RGB value is (188,192,207). Sum of RGB (Red+Green+Blue) = 188+192+207=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0CF is #433F30. Grayscale: #C0C0C0. Windows color (decimal): -4407089 or 13615292. OLE color: 13615292.
HSL color Cylindrical-coordinate representation of color #BCC0CF: hue angle of 227.37º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC0CF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 192 | 207 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.19 |
| HSL | 227.37º | 0.17% | 0.77% | - |
| HSV(B) | 227.37º | 0.09% | 0.81% | - |
| XYZ | 50.85 | 52.9 | 66.56 | - |
| YUV | 192.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 207 | 0.09 | 0.07 | 0 | 0.19 | 227.37 | 0.17 | 0.77 |
| Hex | BC | C0 | CF | 9 | 7 | 0 | 13 | E3 | 11 | 4D |
| Octal | 274 | 300 | 317 | 11 | 7 | 0 | 23 | 343 | 21 | 115 |
| Binary | 10111100 | 11000000 | 11001111 | 1001 | 111 | 0 | 10011 | 11100011 | 10001 | 1001101 |
Color Harmonies of #BCC0CF
Complementary color
Monochromatic Colors of #BCC0CF
Black with #BCC0CF
Text Example
Text Example
White with #BCC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0CF; }
p { color: rgb(188,192,207); }
H1.HeaderClassName
{
color: #BCC0CF;
}
.AnyTagClassName
{
color: #BCC0CF;
}
</style>
background-color css
<style>
a { background-color: #BCC0CF; }
a { background-color: rgb(188,192,207); }
div.DivClassName
{
background-color: #BCC0CF;
}
.BgClassName
{
background-color: #BCC0CF;
}
</style>
border-color css
<style>
span { border-color: #BCC0CF; }
span { border-color: rgb(188,192,207); }
td.TdClassName
{
border-color: #BCC0CF;
}
.TagClassName
{
border-color: #BCC0CF;
}
</style>