Shades of Link Water #BFCDDF
Tints of Link Water #BFCDDF
RGB
CMYK
RGB Variations
Color information
#BFCDDF (or 0xBFCDDF) is known color: Link Water. HEX triplet: BF, CD and DF. RGB value is (191,205,223). Sum of RGB (Red+Green+Blue) = 191+205+223=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFCDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDDF is #403220. Grayscale: #CACACA. Windows color (decimal): -4207137 or 14667199. OLE color: 14667199.
HSL color Cylindrical-coordinate representation of color #BFCDDF: hue angle of 213.75º 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 #BFCDDF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 205 | 223 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.13 |
| HSL | 213.75º | 0.33% | 0.81% | - |
| HSV(B) | 213.75º | 0.14% | 0.87% | - |
| XYZ | 56.64 | 60.07 | 78.42 | - |
| YUV | 202.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 223 | 0.14 | 0.08 | 0 | 0.13 | 213.75 | 0.33 | 0.81 |
| Hex | BF | CD | DF | E | 8 | 0 | D | D6 | 21 | 51 |
| Octal | 277 | 315 | 337 | 16 | 10 | 0 | 15 | 326 | 41 | 121 |
| Binary | 10111111 | 11001101 | 11011111 | 1110 | 1000 | 0 | 1101 | 11010110 | 100001 | 1010001 |
Color Harmonies of #BFCDDF
Complementary color
Monochromatic Colors of #BFCDDF
Black with #BFCDDF
Text Example
Text Example
White with #BFCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDDF; }
p { color: rgb(191,205,223); }
H1.HeaderClassName
{
color: #BFCDDF;
}
.AnyTagClassName
{
color: #BFCDDF;
}
</style>
background-color css
<style>
a { background-color: #BFCDDF; }
a { background-color: rgb(191,205,223); }
div.DivClassName
{
background-color: #BFCDDF;
}
.BgClassName
{
background-color: #BFCDDF;
}
</style>
border-color css
<style>
span { border-color: #BFCDDF; }
span { border-color: rgb(191,205,223); }
td.TdClassName
{
border-color: #BFCDDF;
}
.TagClassName
{
border-color: #BFCDDF;
}
</style>