Shades of Link Water #BBC1D7
Tints of Link Water #BBC1D7
RGB
CMYK
RGB Variations
Color information
#BBC1D7 (or 0xBBC1D7) is known color: Link Water. HEX triplet: BB, C1 and D7. RGB value is (187,193,215). Sum of RGB (Red+Green+Blue) = 187+193+215=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBC1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1D7 is #443E28. Grayscale: #C1C1C1. Windows color (decimal): -4472361 or 14139835. OLE color: 14139835.
HSL color Cylindrical-coordinate representation of color #BBC1D7: hue angle of 227.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC1D7 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 193 | 215 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.16 |
| HSL | 227.14º | 0.26% | 0.79% | - |
| HSV(B) | 227.14º | 0.13% | 0.84% | - |
| XYZ | 51.83 | 53.61 | 71.91 | - |
| YUV | 193.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 215 | 0.13 | 0.10 | 0 | 0.16 | 227.14 | 0.26 | 0.79 |
| Hex | BB | C1 | D7 | D | A | 0 | 10 | E3 | 1A | 4F |
| Octal | 273 | 301 | 327 | 15 | 12 | 0 | 20 | 343 | 32 | 117 |
| Binary | 10111011 | 11000001 | 11010111 | 1101 | 1010 | 0 | 10000 | 11100011 | 11010 | 1001111 |
Color Harmonies of #BBC1D7
Complementary color
Monochromatic Colors of #BBC1D7
Black with #BBC1D7
Text Example
Text Example
White with #BBC1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1D7; }
p { color: rgb(187,193,215); }
H1.HeaderClassName
{
color: #BBC1D7;
}
.AnyTagClassName
{
color: #BBC1D7;
}
</style>
background-color css
<style>
a { background-color: #BBC1D7; }
a { background-color: rgb(187,193,215); }
div.DivClassName
{
background-color: #BBC1D7;
}
.BgClassName
{
background-color: #BBC1D7;
}
</style>
border-color css
<style>
span { border-color: #BBC1D7; }
span { border-color: rgb(187,193,215); }
td.TdClassName
{
border-color: #BBC1D7;
}
.TagClassName
{
border-color: #BBC1D7;
}
</style>