Shades of Link Water #BBC2D9
Tints of Link Water #BBC2D9
RGB
CMYK
RGB Variations
Color information
#BBC2D9 (or 0xBBC2D9) is known color: Link Water. HEX triplet: BB, C2 and D9. RGB value is (187,194,217). Sum of RGB (Red+Green+Blue) = 187+194+217=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBC2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2D9 is #443D26. Grayscale: #C2C2C2. Windows color (decimal): -4472103 or 14271163. OLE color: 14271163.
HSL color Cylindrical-coordinate representation of color #BBC2D9: hue angle of 226º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC2D9 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 194 | 217 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.15 |
| HSL | 226º | 0.28% | 0.79% | - |
| HSV(B) | 226º | 0.14% | 0.85% | - |
| XYZ | 52.31 | 54.16 | 73.34 | - |
| YUV | 194.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 217 | 0.14 | 0.11 | 0 | 0.15 | 226 | 0.28 | 0.79 |
| Hex | BB | C2 | D9 | E | B | 0 | F | E2 | 1C | 4F |
| Octal | 273 | 302 | 331 | 16 | 13 | 0 | 17 | 342 | 34 | 117 |
| Binary | 10111011 | 11000010 | 11011001 | 1110 | 1011 | 0 | 1111 | 11100010 | 11100 | 1001111 |
Color Harmonies of #BBC2D9
Complementary color
Monochromatic Colors of #BBC2D9
Black with #BBC2D9
Text Example
Text Example
White with #BBC2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2D9; }
p { color: rgb(187,194,217); }
H1.HeaderClassName
{
color: #BBC2D9;
}
.AnyTagClassName
{
color: #BBC2D9;
}
</style>
background-color css
<style>
a { background-color: #BBC2D9; }
a { background-color: rgb(187,194,217); }
div.DivClassName
{
background-color: #BBC2D9;
}
.BgClassName
{
background-color: #BBC2D9;
}
</style>
border-color css
<style>
span { border-color: #BBC2D9; }
span { border-color: rgb(187,194,217); }
td.TdClassName
{
border-color: #BBC2D9;
}
.TagClassName
{
border-color: #BBC2D9;
}
</style>