Shades of Link Water #BCC0CD
Tints of Link Water #BCC0CD
RGB
CMYK
RGB Variations
Color information
#BCC0CD (or 0xBCC0CD) is known color: Link Water. HEX triplet: BC, C0 and CD. RGB value is (188,192,205). Sum of RGB (Red+Green+Blue) = 188+192+205=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0CD is #433F32. Grayscale: #C0C0C0. Windows color (decimal): -4407091 or 13484220. OLE color: 13484220.
HSL color Cylindrical-coordinate representation of color #BCC0CD: hue angle of 225.88º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC0CD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 192 | 205 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.20 |
| HSL | 225.88º | 0.15% | 0.77% | - |
| HSV(B) | 225.88º | 0.08% | 0.8% | - |
| XYZ | 50.61 | 52.8 | 65.28 | - |
| YUV | 192.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 205 | 0.08 | 0.06 | 0 | 0.20 | 225.88 | 0.15 | 0.77 |
| Hex | BC | C0 | CD | 8 | 6 | 0 | 14 | E2 | F | 4D |
| Octal | 274 | 300 | 315 | 10 | 6 | 0 | 24 | 342 | 17 | 115 |
| Binary | 10111100 | 11000000 | 11001101 | 1000 | 110 | 0 | 10100 | 11100010 | 1111 | 1001101 |
Color Harmonies of #BCC0CD
Complementary color
Monochromatic Colors of #BCC0CD
Black with #BCC0CD
Text Example
Text Example
White with #BCC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0CD; }
p { color: rgb(188,192,205); }
H1.HeaderClassName
{
color: #BCC0CD;
}
.AnyTagClassName
{
color: #BCC0CD;
}
</style>
background-color css
<style>
a { background-color: #BCC0CD; }
a { background-color: rgb(188,192,205); }
div.DivClassName
{
background-color: #BCC0CD;
}
.BgClassName
{
background-color: #BCC0CD;
}
</style>
border-color css
<style>
span { border-color: #BCC0CD; }
span { border-color: rgb(188,192,205); }
td.TdClassName
{
border-color: #BCC0CD;
}
.TagClassName
{
border-color: #BCC0CD;
}
</style>