Shades of Link Water #BBC1D8
Tints of Link Water #BBC1D8
RGB
CMYK
RGB Variations
Color information
#BBC1D8 (or 0xBBC1D8) is known color: Link Water. HEX triplet: BB, C1 and D8. RGB value is (187,193,216). Sum of RGB (Red+Green+Blue) = 187+193+216=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1D8 is #443E27. Grayscale: #C1C1C1. Windows color (decimal): -4472360 or 14205371. OLE color: 14205371.
HSL color Cylindrical-coordinate representation of color #BBC1D8: hue angle of 227.59º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC1D8 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 193 | 216 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.15 |
| HSL | 227.59º | 0.27% | 0.79% | - |
| HSV(B) | 227.59º | 0.13% | 0.85% | - |
| XYZ | 51.96 | 53.66 | 72.59 | - |
| YUV | 193.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 216 | 0.13 | 0.11 | 0 | 0.15 | 227.59 | 0.27 | 0.79 |
| Hex | BB | C1 | D8 | D | B | 0 | F | E4 | 1B | 4F |
| Octal | 273 | 301 | 330 | 15 | 13 | 0 | 17 | 344 | 33 | 117 |
| Binary | 10111011 | 11000001 | 11011000 | 1101 | 1011 | 0 | 1111 | 11100100 | 11011 | 1001111 |
Color Harmonies of #BBC1D8
Complementary color
Monochromatic Colors of #BBC1D8
Black with #BBC1D8
Text Example
Text Example
White with #BBC1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1D8; }
p { color: rgb(187,193,216); }
H1.HeaderClassName
{
color: #BBC1D8;
}
.AnyTagClassName
{
color: #BBC1D8;
}
</style>
background-color css
<style>
a { background-color: #BBC1D8; }
a { background-color: rgb(187,193,216); }
div.DivClassName
{
background-color: #BBC1D8;
}
.BgClassName
{
background-color: #BBC1D8;
}
</style>
border-color css
<style>
span { border-color: #BBC1D8; }
span { border-color: rgb(187,193,216); }
td.TdClassName
{
border-color: #BBC1D8;
}
.TagClassName
{
border-color: #BBC1D8;
}
</style>