Shades of Link Water #BFC4CC
Tints of Link Water #BFC4CC
RGB
CMYK
RGB Variations
Color information
#BFC4CC (or 0xBFC4CC) is known color: Link Water. HEX triplet: BF, C4 and CC. RGB value is (191,196,204). Sum of RGB (Red+Green+Blue) = 191+196+204=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4CC is #403B33. Grayscale: #C3C3C3. Windows color (decimal): -4209460 or 13419711. OLE color: 13419711.
HSL color Cylindrical-coordinate representation of color #BFC4CC: hue angle of 216.92º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC4CC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 196 | 204 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.2 |
| HSL | 216.92º | 0.11% | 0.77% | - |
| HSV(B) | 216.92º | 0.06% | 0.8% | - |
| XYZ | 52.12 | 54.92 | 64.98 | - |
| YUV | 195.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 204 | 0.06 | 0.04 | 0 | 0.2 | 216.92 | 0.11 | 0.77 |
| Hex | BF | C4 | CC | 6 | 4 | 0 | 14 | D9 | B | 4D |
| Octal | 277 | 304 | 314 | 6 | 4 | 0 | 24 | 331 | 13 | 115 |
| Binary | 10111111 | 11000100 | 11001100 | 110 | 100 | 0 | 10100 | 11011001 | 1011 | 1001101 |
Color Harmonies of #BFC4CC
Complementary color
Monochromatic Colors of #BFC4CC
Black with #BFC4CC
Text Example
Text Example
White with #BFC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4CC; }
p { color: rgb(191,196,204); }
H1.HeaderClassName
{
color: #BFC4CC;
}
.AnyTagClassName
{
color: #BFC4CC;
}
</style>
background-color css
<style>
a { background-color: #BFC4CC; }
a { background-color: rgb(191,196,204); }
div.DivClassName
{
background-color: #BFC4CC;
}
.BgClassName
{
background-color: #BFC4CC;
}
</style>
border-color css
<style>
span { border-color: #BFC4CC; }
span { border-color: rgb(191,196,204); }
td.TdClassName
{
border-color: #BFC4CC;
}
.TagClassName
{
border-color: #BFC4CC;
}
</style>