Shades of Link Water #BFCDDD
Tints of Link Water #BFCDDD
RGB
CMYK
RGB Variations
Color information
#BFCDDD (or 0xBFCDDD) is known color: Link Water. HEX triplet: BF, CD and DD. RGB value is (191,205,221). Sum of RGB (Red+Green+Blue) = 191+205+221=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDDD is #403222. Grayscale: #CACACA. Windows color (decimal): -4207139 or 14536127. OLE color: 14536127.
HSL color Cylindrical-coordinate representation of color #BFCDDD: hue angle of 212º 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 #BFCDDD is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 205 | 221 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.13 |
| HSL | 212º | 0.31% | 0.81% | - |
| HSV(B) | 212º | 0.14% | 0.87% | - |
| XYZ | 56.37 | 59.96 | 77.01 | - |
| YUV | 202.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 221 | 0.14 | 0.07 | 0 | 0.13 | 212 | 0.31 | 0.81 |
| Hex | BF | CD | DD | E | 7 | 0 | D | D4 | 1F | 51 |
| Octal | 277 | 315 | 335 | 16 | 7 | 0 | 15 | 324 | 37 | 121 |
| Binary | 10111111 | 11001101 | 11011101 | 1110 | 111 | 0 | 1101 | 11010100 | 11111 | 1010001 |
Color Harmonies of #BFCDDD
Complementary color
Monochromatic Colors of #BFCDDD
Black with #BFCDDD
Text Example
Text Example
White with #BFCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDDD; }
p { color: rgb(191,205,221); }
H1.HeaderClassName
{
color: #BFCDDD;
}
.AnyTagClassName
{
color: #BFCDDD;
}
</style>
background-color css
<style>
a { background-color: #BFCDDD; }
a { background-color: rgb(191,205,221); }
div.DivClassName
{
background-color: #BFCDDD;
}
.BgClassName
{
background-color: #BFCDDD;
}
</style>
border-color css
<style>
span { border-color: #BFCDDD; }
span { border-color: rgb(191,205,221); }
td.TdClassName
{
border-color: #BFCDDD;
}
.TagClassName
{
border-color: #BFCDDD;
}
</style>