Shades of Link Water #BFCCDE
Tints of Link Water #BFCCDE
RGB
CMYK
RGB Variations
Color information
#BFCCDE (or 0xBFCCDE) is known color: Link Water. HEX triplet: BF, CC and DE. RGB value is (191,204,222). Sum of RGB (Red+Green+Blue) = 191+204+222=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCDE is #403321. Grayscale: #CACACA. Windows color (decimal): -4207394 or 14601407. OLE color: 14601407.
HSL color Cylindrical-coordinate representation of color #BFCCDE: hue angle of 214.84º 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 #BFCCDE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 204 | 222 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.13 |
| HSL | 214.84º | 0.32% | 0.81% | - |
| HSV(B) | 214.84º | 0.14% | 0.87% | - |
| XYZ | 56.26 | 59.54 | 77.63 | - |
| YUV | 202.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 222 | 0.14 | 0.08 | 0 | 0.13 | 214.84 | 0.32 | 0.81 |
| Hex | BF | CC | DE | E | 8 | 0 | D | D7 | 20 | 51 |
| Octal | 277 | 314 | 336 | 16 | 10 | 0 | 15 | 327 | 40 | 121 |
| Binary | 10111111 | 11001100 | 11011110 | 1110 | 1000 | 0 | 1101 | 11010111 | 100000 | 1010001 |
Color Harmonies of #BFCCDE
Complementary color
Monochromatic Colors of #BFCCDE
Black with #BFCCDE
Text Example
Text Example
White with #BFCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCDE; }
p { color: rgb(191,204,222); }
H1.HeaderClassName
{
color: #BFCCDE;
}
.AnyTagClassName
{
color: #BFCCDE;
}
</style>
background-color css
<style>
a { background-color: #BFCCDE; }
a { background-color: rgb(191,204,222); }
div.DivClassName
{
background-color: #BFCCDE;
}
.BgClassName
{
background-color: #BFCCDE;
}
</style>
border-color css
<style>
span { border-color: #BFCCDE; }
span { border-color: rgb(191,204,222); }
td.TdClassName
{
border-color: #BFCCDE;
}
.TagClassName
{
border-color: #BFCCDE;
}
</style>