Shades of Link Water #BFCEDF
Tints of Link Water #BFCEDF
RGB
CMYK
RGB Variations
Color information
#BFCEDF (or 0xBFCEDF) is known color: Link Water. HEX triplet: BF, CE and DF. RGB value is (191,206,223). Sum of RGB (Red+Green+Blue) = 191+206+223=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFCEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEDF is #403120. Grayscale: #CBCBCB. Windows color (decimal): -4206881 or 14667455. OLE color: 14667455.
HSL color Cylindrical-coordinate representation of color #BFCEDF: hue angle of 211.88º 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 #BFCEDF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 206 | 223 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.13 |
| HSL | 211.88º | 0.33% | 0.81% | - |
| HSV(B) | 211.88º | 0.14% | 0.87% | - |
| XYZ | 56.88 | 60.55 | 78.5 | - |
| YUV | 203.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 223 | 0.14 | 0.08 | 0 | 0.13 | 211.88 | 0.33 | 0.81 |
| Hex | BF | CE | DF | E | 8 | 0 | D | D4 | 21 | 51 |
| Octal | 277 | 316 | 337 | 16 | 10 | 0 | 15 | 324 | 41 | 121 |
| Binary | 10111111 | 11001110 | 11011111 | 1110 | 1000 | 0 | 1101 | 11010100 | 100001 | 1010001 |
Color Harmonies of #BFCEDF
Complementary color
Monochromatic Colors of #BFCEDF
Black with #BFCEDF
Text Example
Text Example
White with #BFCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEDF; }
p { color: rgb(191,206,223); }
H1.HeaderClassName
{
color: #BFCEDF;
}
.AnyTagClassName
{
color: #BFCEDF;
}
</style>
background-color css
<style>
a { background-color: #BFCEDF; }
a { background-color: rgb(191,206,223); }
div.DivClassName
{
background-color: #BFCEDF;
}
.BgClassName
{
background-color: #BFCEDF;
}
</style>
border-color css
<style>
span { border-color: #BFCEDF; }
span { border-color: rgb(191,206,223); }
td.TdClassName
{
border-color: #BFCEDF;
}
.TagClassName
{
border-color: #BFCEDF;
}
</style>