Shades of Link Water #BFD0DF
Tints of Link Water #BFD0DF
RGB
CMYK
RGB Variations
Color information
#BFD0DF (or 0xBFD0DF) is known color: Link Water. HEX triplet: BF, D0 and DF. RGB value is (191,208,223). Sum of RGB (Red+Green+Blue) = 191+208+223=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0DF is #402F20. Grayscale: #CCCCCC. Windows color (decimal): -4206369 or 14667967. OLE color: 14667967.
HSL color Cylindrical-coordinate representation of color #BFD0DF: hue angle of 208.12º degrees, saturation: 0.33, 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 #BFD0DF is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 208 | 223 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.13 |
| HSL | 208.13º | 0.33% | 0.81% | - |
| HSV(B) | 208.13º | 0.14% | 0.87% | - |
| XYZ | 57.36 | 61.52 | 78.66 | - |
| YUV | 204.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 223 | 0.14 | 0.07 | 0 | 0.13 | 208.13 | 0.33 | 0.81 |
| Hex | BF | D0 | DF | E | 7 | 0 | D | D0 | 21 | 51 |
| Octal | 277 | 320 | 337 | 16 | 7 | 0 | 15 | 320 | 41 | 121 |
| Binary | 10111111 | 11010000 | 11011111 | 1110 | 111 | 0 | 1101 | 11010000 | 100001 | 1010001 |
Color Harmonies of #BFD0DF
Complementary color
Monochromatic Colors of #BFD0DF
Black with #BFD0DF
Text Example
Text Example
White with #BFD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0DF; }
p { color: rgb(191,208,223); }
H1.HeaderClassName
{
color: #BFD0DF;
}
.AnyTagClassName
{
color: #BFD0DF;
}
</style>
background-color css
<style>
a { background-color: #BFD0DF; }
a { background-color: rgb(191,208,223); }
div.DivClassName
{
background-color: #BFD0DF;
}
.BgClassName
{
background-color: #BFD0DF;
}
</style>
border-color css
<style>
span { border-color: #BFD0DF; }
span { border-color: rgb(191,208,223); }
td.TdClassName
{
border-color: #BFD0DF;
}
.TagClassName
{
border-color: #BFD0DF;
}
</style>