Shades of Link Water #BCBFC8
Tints of Link Water #BCBFC8
RGB
CMYK
RGB Variations
Color information
#BCBFC8 (or 0xBCBFC8) is known color: Link Water. HEX triplet: BC, BF and C8. RGB value is (188,191,200). Sum of RGB (Red+Green+Blue) = 188+191+200=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCBFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFC8 is #434037. Grayscale: #BFBFBF. Windows color (decimal): -4407352 or 13156284. OLE color: 13156284.
HSL color Cylindrical-coordinate representation of color #BCBFC8: hue angle of 225º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBFC8 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 191 | 200 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.22 |
| HSL | 225º | 0.1% | 0.76% | - |
| HSV(B) | 225º | 0.06% | 0.78% | - |
| XYZ | 49.8 | 52.12 | 62.08 | - |
| YUV | 191.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 200 | 0.06 | 0.04 | 0 | 0.22 | 225 | 0.1 | 0.76 |
| Hex | BC | BF | C8 | 6 | 4 | 0 | 16 | E1 | A | 4C |
| Octal | 274 | 277 | 310 | 6 | 4 | 0 | 26 | 341 | 12 | 114 |
| Binary | 10111100 | 10111111 | 11001000 | 110 | 100 | 0 | 10110 | 11100001 | 1010 | 1001100 |
Color Harmonies of #BCBFC8
Complementary color
Monochromatic Colors of #BCBFC8
Black with #BCBFC8
Text Example
Text Example
White with #BCBFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFC8; }
p { color: rgb(188,191,200); }
H1.HeaderClassName
{
color: #BCBFC8;
}
.AnyTagClassName
{
color: #BCBFC8;
}
</style>
background-color css
<style>
a { background-color: #BCBFC8; }
a { background-color: rgb(188,191,200); }
div.DivClassName
{
background-color: #BCBFC8;
}
.BgClassName
{
background-color: #BCBFC8;
}
</style>
border-color css
<style>
span { border-color: #BCBFC8; }
span { border-color: rgb(188,191,200); }
td.TdClassName
{
border-color: #BCBFC8;
}
.TagClassName
{
border-color: #BCBFC8;
}
</style>