Shades of Link Water #BFCFDD
Tints of Link Water #BFCFDD
RGB
CMYK
RGB Variations
Color information
#BFCFDD (or 0xBFCFDD) is known color: Link Water. HEX triplet: BF, CF and DD. RGB value is (191,207,221). Sum of RGB (Red+Green+Blue) = 191+207+221=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFDD is #403022. Grayscale: #CBCBCB. Windows color (decimal): -4206627 or 14536639. OLE color: 14536639.
HSL color Cylindrical-coordinate representation of color #BFCFDD: hue angle of 208º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCFDD is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 207 | 221 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.13 |
| HSL | 208º | 0.31% | 0.81% | - |
| HSV(B) | 208º | 0.14% | 0.87% | - |
| XYZ | 56.85 | 60.92 | 77.17 | - |
| YUV | 203.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 221 | 0.14 | 0.06 | 0 | 0.13 | 208 | 0.31 | 0.81 |
| Hex | BF | CF | DD | E | 6 | 0 | D | D0 | 1F | 51 |
| Octal | 277 | 317 | 335 | 16 | 6 | 0 | 15 | 320 | 37 | 121 |
| Binary | 10111111 | 11001111 | 11011101 | 1110 | 110 | 0 | 1101 | 11010000 | 11111 | 1010001 |
Color Harmonies of #BFCFDD
Complementary color
Monochromatic Colors of #BFCFDD
Black with #BFCFDD
Text Example
Text Example
White with #BFCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFDD; }
p { color: rgb(191,207,221); }
H1.HeaderClassName
{
color: #BFCFDD;
}
.AnyTagClassName
{
color: #BFCFDD;
}
</style>
background-color css
<style>
a { background-color: #BFCFDD; }
a { background-color: rgb(191,207,221); }
div.DivClassName
{
background-color: #BFCFDD;
}
.BgClassName
{
background-color: #BFCFDD;
}
</style>
border-color css
<style>
span { border-color: #BFCFDD; }
span { border-color: rgb(191,207,221); }
td.TdClassName
{
border-color: #BFCFDD;
}
.TagClassName
{
border-color: #BFCFDD;
}
</style>