Shades of Link Water #BCC0D0
Tints of Link Water #BCC0D0
RGB
CMYK
RGB Variations
Color information
#BCC0D0 (or 0xBCC0D0) is known color: Link Water. HEX triplet: BC, C0 and D0. RGB value is (188,192,208). Sum of RGB (Red+Green+Blue) = 188+192+208=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0D0 is #433F2F. Grayscale: #C0C0C0. Windows color (decimal): -4407088 or 13680828. OLE color: 13680828.
HSL color Cylindrical-coordinate representation of color #BCC0D0: hue angle of 228º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC0D0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 192 | 208 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.18 |
| HSL | 228º | 0.18% | 0.78% | - |
| HSV(B) | 228º | 0.1% | 0.82% | - |
| XYZ | 50.97 | 52.94 | 67.21 | - |
| YUV | 192.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 208 | 0.10 | 0.08 | 0 | 0.18 | 228 | 0.18 | 0.78 |
| Hex | BC | C0 | D0 | A | 8 | 0 | 12 | E4 | 12 | 4E |
| Octal | 274 | 300 | 320 | 12 | 10 | 0 | 22 | 344 | 22 | 116 |
| Binary | 10111100 | 11000000 | 11010000 | 1010 | 1000 | 0 | 10010 | 11100100 | 10010 | 1001110 |
Color Harmonies of #BCC0D0
Complementary color
Monochromatic Colors of #BCC0D0
Black with #BCC0D0
Text Example
Text Example
White with #BCC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0D0; }
p { color: rgb(188,192,208); }
H1.HeaderClassName
{
color: #BCC0D0;
}
.AnyTagClassName
{
color: #BCC0D0;
}
</style>
background-color css
<style>
a { background-color: #BCC0D0; }
a { background-color: rgb(188,192,208); }
div.DivClassName
{
background-color: #BCC0D0;
}
.BgClassName
{
background-color: #BCC0D0;
}
</style>
border-color css
<style>
span { border-color: #BCC0D0; }
span { border-color: rgb(188,192,208); }
td.TdClassName
{
border-color: #BCC0D0;
}
.TagClassName
{
border-color: #BCC0D0;
}
</style>