Shades of Link Water #BFCDDE
Tints of Link Water #BFCDDE
RGB
CMYK
RGB Variations
Color information
#BFCDDE (or 0xBFCDDE) is known color: Link Water. HEX triplet: BF, CD and DE. RGB value is (191,205,222). Sum of RGB (Red+Green+Blue) = 191+205+222=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDDE is #403221. Grayscale: #CACACA. Windows color (decimal): -4207138 or 14601663. OLE color: 14601663.
HSL color Cylindrical-coordinate representation of color #BFCDDE: hue angle of 212.9º degrees, saturation: 0.32, 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 #BFCDDE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 205 | 222 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.13 |
| HSL | 212.9º | 0.32% | 0.81% | - |
| HSV(B) | 212.9º | 0.14% | 0.87% | - |
| XYZ | 56.5 | 60.01 | 77.71 | - |
| YUV | 202.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 222 | 0.14 | 0.08 | 0 | 0.13 | 212.9 | 0.32 | 0.81 |
| Hex | BF | CD | DE | E | 8 | 0 | D | D5 | 20 | 51 |
| Octal | 277 | 315 | 336 | 16 | 10 | 0 | 15 | 325 | 40 | 121 |
| Binary | 10111111 | 11001101 | 11011110 | 1110 | 1000 | 0 | 1101 | 11010101 | 100000 | 1010001 |
Color Harmonies of #BFCDDE
Complementary color
Monochromatic Colors of #BFCDDE
Black with #BFCDDE
Text Example
Text Example
White with #BFCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDDE; }
p { color: rgb(191,205,222); }
H1.HeaderClassName
{
color: #BFCDDE;
}
.AnyTagClassName
{
color: #BFCDDE;
}
</style>
background-color css
<style>
a { background-color: #BFCDDE; }
a { background-color: rgb(191,205,222); }
div.DivClassName
{
background-color: #BFCDDE;
}
.BgClassName
{
background-color: #BFCDDE;
}
</style>
border-color css
<style>
span { border-color: #BFCDDE; }
span { border-color: rgb(191,205,222); }
td.TdClassName
{
border-color: #BFCDDE;
}
.TagClassName
{
border-color: #BFCDDE;
}
</style>