Shades of Link Water #BFC4D6
Tints of Link Water #BFC4D6
RGB
CMYK
RGB Variations
Color information
#BFC4D6 (or 0xBFC4D6) is known color: Link Water. HEX triplet: BF, C4 and D6. RGB value is (191,196,214). Sum of RGB (Red+Green+Blue) = 191+196+214=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFC4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4D6 is #403B29. Grayscale: #C4C4C4. Windows color (decimal): -4209450 or 14075071. OLE color: 14075071.
HSL color Cylindrical-coordinate representation of color #BFC4D6: hue angle of 226.96º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC4D6 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 196 | 214 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.16 |
| HSL | 226.96º | 0.22% | 0.79% | - |
| HSV(B) | 226.96º | 0.11% | 0.84% | - |
| XYZ | 53.36 | 55.41 | 71.5 | - |
| YUV | 196.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 214 | 0.11 | 0.08 | 0 | 0.16 | 226.96 | 0.22 | 0.79 |
| Hex | BF | C4 | D6 | B | 8 | 0 | 10 | E3 | 16 | 4F |
| Octal | 277 | 304 | 326 | 13 | 10 | 0 | 20 | 343 | 26 | 117 |
| Binary | 10111111 | 11000100 | 11010110 | 1011 | 1000 | 0 | 10000 | 11100011 | 10110 | 1001111 |
Color Harmonies of #BFC4D6
Complementary color
Monochromatic Colors of #BFC4D6
Black with #BFC4D6
Text Example
Text Example
White with #BFC4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4D6; }
p { color: rgb(191,196,214); }
H1.HeaderClassName
{
color: #BFC4D6;
}
.AnyTagClassName
{
color: #BFC4D6;
}
</style>
background-color css
<style>
a { background-color: #BFC4D6; }
a { background-color: rgb(191,196,214); }
div.DivClassName
{
background-color: #BFC4D6;
}
.BgClassName
{
background-color: #BFC4D6;
}
</style>
border-color css
<style>
span { border-color: #BFC4D6; }
span { border-color: rgb(191,196,214); }
td.TdClassName
{
border-color: #BFC4D6;
}
.TagClassName
{
border-color: #BFC4D6;
}
</style>