Shades of Link Water #BFC3CA
Tints of Link Water #BFC3CA
RGB
CMYK
RGB Variations
Color information
#BFC3CA (or 0xBFC3CA) is known color: Link Water. HEX triplet: BF, C3 and CA. RGB value is (191,195,202). Sum of RGB (Red+Green+Blue) = 191+195+202=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3CA is #403C35. Grayscale: #C2C2C2. Windows color (decimal): -4209718 or 13288383. OLE color: 13288383.
HSL color Cylindrical-coordinate representation of color #BFC3CA: hue angle of 218.18º 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 #BFC3CA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 195 | 202 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.21 |
| HSL | 218.18º | 0.09% | 0.77% | - |
| HSV(B) | 218.18º | 0.05% | 0.79% | - |
| XYZ | 51.66 | 54.37 | 63.65 | - |
| YUV | 194.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 202 | 0.05 | 0.03 | 0 | 0.21 | 218.18 | 0.09 | 0.77 |
| Hex | BF | C3 | CA | 5 | 3 | 0 | 15 | DA | 9 | 4D |
| Octal | 277 | 303 | 312 | 5 | 3 | 0 | 25 | 332 | 11 | 115 |
| Binary | 10111111 | 11000011 | 11001010 | 101 | 11 | 0 | 10101 | 11011010 | 1001 | 1001101 |
Color Harmonies of #BFC3CA
Complementary color
Monochromatic Colors of #BFC3CA
Black with #BFC3CA
Text Example
Text Example
White with #BFC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3CA; }
p { color: rgb(191,195,202); }
H1.HeaderClassName
{
color: #BFC3CA;
}
.AnyTagClassName
{
color: #BFC3CA;
}
</style>
background-color css
<style>
a { background-color: #BFC3CA; }
a { background-color: rgb(191,195,202); }
div.DivClassName
{
background-color: #BFC3CA;
}
.BgClassName
{
background-color: #BFC3CA;
}
</style>
border-color css
<style>
span { border-color: #BFC3CA; }
span { border-color: rgb(191,195,202); }
td.TdClassName
{
border-color: #BFC3CA;
}
.TagClassName
{
border-color: #BFC3CA;
}
</style>