Shades of Link Water #BFCEDD
Tints of Link Water #BFCEDD
RGB
CMYK
RGB Variations
Color information
#BFCEDD (or 0xBFCEDD) is known color: Link Water. HEX triplet: BF, CE and DD. RGB value is (191,206,221). Sum of RGB (Red+Green+Blue) = 191+206+221=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFCEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEDD is #403122. Grayscale: #CBCBCB. Windows color (decimal): -4206883 or 14536383. OLE color: 14536383.
HSL color Cylindrical-coordinate representation of color #BFCEDD: hue angle of 210º 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 #BFCEDD is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 206 | 221 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.13 |
| HSL | 210º | 0.31% | 0.81% | - |
| HSV(B) | 210º | 0.14% | 0.87% | - |
| XYZ | 56.61 | 60.44 | 77.09 | - |
| YUV | 203.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 221 | 0.14 | 0.07 | 0 | 0.13 | 210 | 0.31 | 0.81 |
| Hex | BF | CE | DD | E | 7 | 0 | D | D2 | 1F | 51 |
| Octal | 277 | 316 | 335 | 16 | 7 | 0 | 15 | 322 | 37 | 121 |
| Binary | 10111111 | 11001110 | 11011101 | 1110 | 111 | 0 | 1101 | 11010010 | 11111 | 1010001 |
Color Harmonies of #BFCEDD
Complementary color
Monochromatic Colors of #BFCEDD
Black with #BFCEDD
Text Example
Text Example
White with #BFCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEDD; }
p { color: rgb(191,206,221); }
H1.HeaderClassName
{
color: #BFCEDD;
}
.AnyTagClassName
{
color: #BFCEDD;
}
</style>
background-color css
<style>
a { background-color: #BFCEDD; }
a { background-color: rgb(191,206,221); }
div.DivClassName
{
background-color: #BFCEDD;
}
.BgClassName
{
background-color: #BFCEDD;
}
</style>
border-color css
<style>
span { border-color: #BFCEDD; }
span { border-color: rgb(191,206,221); }
td.TdClassName
{
border-color: #BFCEDD;
}
.TagClassName
{
border-color: #BFCEDD;
}
</style>