Shades of Link Water #BFC2CA
Tints of Link Water #BFC2CA
RGB
CMYK
RGB Variations
Color information
#BFC2CA (or 0xBFC2CA) is known color: Link Water. HEX triplet: BF, C2 and CA. RGB value is (191,194,202). Sum of RGB (Red+Green+Blue) = 191+194+202=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2CA is #403D35. Grayscale: #C1C1C1. Windows color (decimal): -4209974 or 13288127. OLE color: 13288127.
HSL color Cylindrical-coordinate representation of color #BFC2CA: hue angle of 223.64º 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 #BFC2CA is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 194 | 202 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.21 |
| HSL | 223.64º | 0.09% | 0.77% | - |
| HSV(B) | 223.64º | 0.05% | 0.79% | - |
| XYZ | 51.44 | 53.92 | 63.57 | - |
| YUV | 194.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 202 | 0.05 | 0.04 | 0 | 0.21 | 223.64 | 0.09 | 0.77 |
| Hex | BF | C2 | CA | 5 | 4 | 0 | 15 | E0 | 9 | 4D |
| Octal | 277 | 302 | 312 | 5 | 4 | 0 | 25 | 340 | 11 | 115 |
| Binary | 10111111 | 11000010 | 11001010 | 101 | 100 | 0 | 10101 | 11100000 | 1001 | 1001101 |
Color Harmonies of #BFC2CA
Complementary color
Monochromatic Colors of #BFC2CA
Black with #BFC2CA
Text Example
Text Example
White with #BFC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2CA; }
p { color: rgb(191,194,202); }
H1.HeaderClassName
{
color: #BFC2CA;
}
.AnyTagClassName
{
color: #BFC2CA;
}
</style>
background-color css
<style>
a { background-color: #BFC2CA; }
a { background-color: rgb(191,194,202); }
div.DivClassName
{
background-color: #BFC2CA;
}
.BgClassName
{
background-color: #BFC2CA;
}
</style>
border-color css
<style>
span { border-color: #BFC2CA; }
span { border-color: rgb(191,194,202); }
td.TdClassName
{
border-color: #BFC2CA;
}
.TagClassName
{
border-color: #BFC2CA;
}
</style>