Shades of Link Water #BFC1CA
Tints of Link Water #BFC1CA
RGB
CMYK
RGB Variations
Color information
#BFC1CA (or 0xBFC1CA) is known color: Link Water. HEX triplet: BF, C1 and CA. RGB value is (191,193,202). Sum of RGB (Red+Green+Blue) = 191+193+202=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1CA is #403E35. Grayscale: #C1C1C1. Windows color (decimal): -4210230 or 13287871. OLE color: 13287871.
HSL color Cylindrical-coordinate representation of color #BFC1CA: hue angle of 229.09º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC1CA is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 193 | 202 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.21 |
| HSL | 229.09º | 0.09% | 0.77% | - |
| HSV(B) | 229.09º | 0.05% | 0.79% | - |
| XYZ | 51.22 | 53.48 | 63.5 | - |
| YUV | 193.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 202 | 0.05 | 0.04 | 0 | 0.21 | 229.09 | 0.09 | 0.77 |
| Hex | BF | C1 | CA | 5 | 4 | 0 | 15 | E5 | 9 | 4D |
| Octal | 277 | 301 | 312 | 5 | 4 | 0 | 25 | 345 | 11 | 115 |
| Binary | 10111111 | 11000001 | 11001010 | 101 | 100 | 0 | 10101 | 11100101 | 1001 | 1001101 |
Color Harmonies of #BFC1CA
Complementary color
Monochromatic Colors of #BFC1CA
Black with #BFC1CA
Text Example
Text Example
White with #BFC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1CA; }
p { color: rgb(191,193,202); }
H1.HeaderClassName
{
color: #BFC1CA;
}
.AnyTagClassName
{
color: #BFC1CA;
}
</style>
background-color css
<style>
a { background-color: #BFC1CA; }
a { background-color: rgb(191,193,202); }
div.DivClassName
{
background-color: #BFC1CA;
}
.BgClassName
{
background-color: #BFC1CA;
}
</style>
border-color css
<style>
span { border-color: #BFC1CA; }
span { border-color: rgb(191,193,202); }
td.TdClassName
{
border-color: #BFC1CA;
}
.TagClassName
{
border-color: #BFC1CA;
}
</style>