Shades of Link Water #BFCEDE
Tints of Link Water #BFCEDE
RGB
CMYK
RGB Variations
Color information
#BFCEDE (or 0xBFCEDE) is known color: Link Water. HEX triplet: BF, CE and DE. RGB value is (191,206,222). Sum of RGB (Red+Green+Blue) = 191+206+222=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEDE is #403121. Grayscale: #CBCBCB. Windows color (decimal): -4206882 or 14601919. OLE color: 14601919.
HSL color Cylindrical-coordinate representation of color #BFCEDE: hue angle of 210.97º 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 #BFCEDE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 206 | 222 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.13 |
| HSL | 210.97º | 0.32% | 0.81% | - |
| HSV(B) | 210.97º | 0.14% | 0.87% | - |
| XYZ | 56.74 | 60.49 | 77.79 | - |
| YUV | 203.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 222 | 0.14 | 0.07 | 0 | 0.13 | 210.97 | 0.32 | 0.81 |
| Hex | BF | CE | DE | E | 7 | 0 | D | D3 | 20 | 51 |
| Octal | 277 | 316 | 336 | 16 | 7 | 0 | 15 | 323 | 40 | 121 |
| Binary | 10111111 | 11001110 | 11011110 | 1110 | 111 | 0 | 1101 | 11010011 | 100000 | 1010001 |
Color Harmonies of #BFCEDE
Complementary color
Monochromatic Colors of #BFCEDE
Black with #BFCEDE
Text Example
Text Example
White with #BFCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEDE; }
p { color: rgb(191,206,222); }
H1.HeaderClassName
{
color: #BFCEDE;
}
.AnyTagClassName
{
color: #BFCEDE;
}
</style>
background-color css
<style>
a { background-color: #BFCEDE; }
a { background-color: rgb(191,206,222); }
div.DivClassName
{
background-color: #BFCEDE;
}
.BgClassName
{
background-color: #BFCEDE;
}
</style>
border-color css
<style>
span { border-color: #BFCEDE; }
span { border-color: rgb(191,206,222); }
td.TdClassName
{
border-color: #BFCEDE;
}
.TagClassName
{
border-color: #BFCEDE;
}
</style>