Shades of Link Water #BCC0CB
Tints of Link Water #BCC0CB
RGB
CMYK
RGB Variations
Color information
#BCC0CB (or 0xBCC0CB) is known color: Link Water. HEX triplet: BC, C0 and CB. RGB value is (188,192,203). Sum of RGB (Red+Green+Blue) = 188+192+203=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0CB is #433F34. Grayscale: #C0C0C0. Windows color (decimal): -4407093 or 13353148. OLE color: 13353148.
HSL color Cylindrical-coordinate representation of color #BCC0CB: hue angle of 224º degrees, saturation: 0.13, 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 #BCC0CB is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 192 | 203 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.20 |
| HSL | 224º | 0.13% | 0.77% | - |
| HSV(B) | 224º | 0.07% | 0.8% | - |
| XYZ | 50.37 | 52.7 | 64.02 | - |
| YUV | 192.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 203 | 0.07 | 0.05 | 0 | 0.20 | 224 | 0.13 | 0.77 |
| Hex | BC | C0 | CB | 7 | 5 | 0 | 14 | E0 | D | 4D |
| Octal | 274 | 300 | 313 | 7 | 5 | 0 | 24 | 340 | 15 | 115 |
| Binary | 10111100 | 11000000 | 11001011 | 111 | 101 | 0 | 10100 | 11100000 | 1101 | 1001101 |
Color Harmonies of #BCC0CB
Complementary color
Monochromatic Colors of #BCC0CB
Black with #BCC0CB
Text Example
Text Example
White with #BCC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0CB; }
p { color: rgb(188,192,203); }
H1.HeaderClassName
{
color: #BCC0CB;
}
.AnyTagClassName
{
color: #BCC0CB;
}
</style>
background-color css
<style>
a { background-color: #BCC0CB; }
a { background-color: rgb(188,192,203); }
div.DivClassName
{
background-color: #BCC0CB;
}
.BgClassName
{
background-color: #BCC0CB;
}
</style>
border-color css
<style>
span { border-color: #BCC0CB; }
span { border-color: rgb(188,192,203); }
td.TdClassName
{
border-color: #BCC0CB;
}
.TagClassName
{
border-color: #BCC0CB;
}
</style>