Shades of Link Water #BFCCDB
Tints of Link Water #BFCCDB
RGB
CMYK
RGB Variations
Color information
#BFCCDB (or 0xBFCCDB) is known color: Link Water. HEX triplet: BF, CC and DB. RGB value is (191,204,219). Sum of RGB (Red+Green+Blue) = 191+204+219=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCDB is #403324. Grayscale: #C9C9C9. Windows color (decimal): -4207397 or 14404799. OLE color: 14404799.
HSL color Cylindrical-coordinate representation of color #BFCCDB: hue angle of 212.14º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFCCDB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 204 | 219 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.14 |
| HSL | 212.14º | 0.28% | 0.8% | - |
| HSV(B) | 212.14º | 0.13% | 0.86% | - |
| XYZ | 55.86 | 59.38 | 75.53 | - |
| YUV | 201.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 219 | 0.13 | 0.07 | 0 | 0.14 | 212.14 | 0.28 | 0.8 |
| Hex | BF | CC | DB | D | 7 | 0 | E | D4 | 1C | 50 |
| Octal | 277 | 314 | 333 | 15 | 7 | 0 | 16 | 324 | 34 | 120 |
| Binary | 10111111 | 11001100 | 11011011 | 1101 | 111 | 0 | 1110 | 11010100 | 11100 | 1010000 |
Color Harmonies of #BFCCDB
Complementary color
Monochromatic Colors of #BFCCDB
Black with #BFCCDB
Text Example
Text Example
White with #BFCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCDB; }
p { color: rgb(191,204,219); }
H1.HeaderClassName
{
color: #BFCCDB;
}
.AnyTagClassName
{
color: #BFCCDB;
}
</style>
background-color css
<style>
a { background-color: #BFCCDB; }
a { background-color: rgb(191,204,219); }
div.DivClassName
{
background-color: #BFCCDB;
}
.BgClassName
{
background-color: #BFCCDB;
}
</style>
border-color css
<style>
span { border-color: #BFCCDB; }
span { border-color: rgb(191,204,219); }
td.TdClassName
{
border-color: #BFCCDB;
}
.TagClassName
{
border-color: #BFCCDB;
}
</style>