Shades of Link Water #BFCFDE
Tints of Link Water #BFCFDE
RGB
CMYK
RGB Variations
Color information
#BFCFDE (or 0xBFCFDE) is known color: Link Water. HEX triplet: BF, CF and DE. RGB value is (191,207,222). Sum of RGB (Red+Green+Blue) = 191+207+222=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFDE is #403021. Grayscale: #CBCBCB. Windows color (decimal): -4206626 or 14602175. OLE color: 14602175.
HSL color Cylindrical-coordinate representation of color #BFCFDE: hue angle of 209.03º degrees, saturation: 0.32, 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 #BFCFDE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 207 | 222 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.13 |
| HSL | 209.03º | 0.32% | 0.81% | - |
| HSV(B) | 209.03º | 0.14% | 0.87% | - |
| XYZ | 56.98 | 60.98 | 77.87 | - |
| YUV | 203.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 222 | 0.14 | 0.07 | 0 | 0.13 | 209.03 | 0.32 | 0.81 |
| Hex | BF | CF | DE | E | 7 | 0 | D | D1 | 20 | 51 |
| Octal | 277 | 317 | 336 | 16 | 7 | 0 | 15 | 321 | 40 | 121 |
| Binary | 10111111 | 11001111 | 11011110 | 1110 | 111 | 0 | 1101 | 11010001 | 100000 | 1010001 |
Color Harmonies of #BFCFDE
Complementary color
Monochromatic Colors of #BFCFDE
Black with #BFCFDE
Text Example
Text Example
White with #BFCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFDE; }
p { color: rgb(191,207,222); }
H1.HeaderClassName
{
color: #BFCFDE;
}
.AnyTagClassName
{
color: #BFCFDE;
}
</style>
background-color css
<style>
a { background-color: #BFCFDE; }
a { background-color: rgb(191,207,222); }
div.DivClassName
{
background-color: #BFCFDE;
}
.BgClassName
{
background-color: #BFCFDE;
}
</style>
border-color css
<style>
span { border-color: #BFCFDE; }
span { border-color: rgb(191,207,222); }
td.TdClassName
{
border-color: #BFCFDE;
}
.TagClassName
{
border-color: #BFCFDE;
}
</style>