Shades of Link Water #BFCEE1
Tints of Link Water #BFCEE1
RGB
CMYK
RGB Variations
Color information
#BFCEE1 (or 0xBFCEE1) is known color: Link Water. HEX triplet: BF, CE and E1. RGB value is (191,206,225). Sum of RGB (Red+Green+Blue) = 191+206+225=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEE1 is #40311E. Grayscale: #CBCBCB. Windows color (decimal): -4206879 or 14798527. OLE color: 14798527.
HSL color Cylindrical-coordinate representation of color #BFCEE1: hue angle of 213.53º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCEE1 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 206 | 225 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.12 |
| HSL | 213.53º | 0.36% | 0.82% | - |
| HSV(B) | 213.53º | 0.15% | 0.88% | - |
| XYZ | 57.15 | 60.66 | 79.93 | - |
| YUV | 203.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 225 | 0.15 | 0.08 | 0 | 0.12 | 213.53 | 0.36 | 0.82 |
| Hex | BF | CE | E1 | F | 8 | 0 | C | D6 | 24 | 52 |
| Octal | 277 | 316 | 341 | 17 | 10 | 0 | 14 | 326 | 44 | 122 |
| Binary | 10111111 | 11001110 | 11100001 | 1111 | 1000 | 0 | 1100 | 11010110 | 100100 | 1010010 |
Color Harmonies of #BFCEE1
Complementary color
Monochromatic Colors of #BFCEE1
Black with #BFCEE1
Text Example
Text Example
White with #BFCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEE1; }
p { color: rgb(191,206,225); }
H1.HeaderClassName
{
color: #BFCEE1;
}
.AnyTagClassName
{
color: #BFCEE1;
}
</style>
background-color css
<style>
a { background-color: #BFCEE1; }
a { background-color: rgb(191,206,225); }
div.DivClassName
{
background-color: #BFCEE1;
}
.BgClassName
{
background-color: #BFCEE1;
}
</style>
border-color css
<style>
span { border-color: #BFCEE1; }
span { border-color: rgb(191,206,225); }
td.TdClassName
{
border-color: #BFCEE1;
}
.TagClassName
{
border-color: #BFCEE1;
}
</style>