Shades of Link Water #BBC0D1
Tints of Link Water #BBC0D1
RGB
CMYK
RGB Variations
Color information
#BBC0D1 (or 0xBBC0D1) is known color: Link Water. HEX triplet: BB, C0 and D1. RGB value is (187,192,209). Sum of RGB (Red+Green+Blue) = 187+192+209=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0D1 is #443F2E. Grayscale: #C0C0C0. Windows color (decimal): -4472623 or 13746363. OLE color: 13746363.
HSL color Cylindrical-coordinate representation of color #BBC0D1: hue angle of 226.36º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC0D1 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 192 | 209 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.18 |
| HSL | 226.36º | 0.19% | 0.78% | - |
| HSV(B) | 226.36º | 0.11% | 0.82% | - |
| XYZ | 50.85 | 52.87 | 67.85 | - |
| YUV | 192.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 209 | 0.11 | 0.08 | 0 | 0.18 | 226.36 | 0.19 | 0.78 |
| Hex | BB | C0 | D1 | B | 8 | 0 | 12 | E2 | 13 | 4E |
| Octal | 273 | 300 | 321 | 13 | 10 | 0 | 22 | 342 | 23 | 116 |
| Binary | 10111011 | 11000000 | 11010001 | 1011 | 1000 | 0 | 10010 | 11100010 | 10011 | 1001110 |
Color Harmonies of #BBC0D1
Complementary color
Monochromatic Colors of #BBC0D1
Black with #BBC0D1
Text Example
Text Example
White with #BBC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0D1; }
p { color: rgb(187,192,209); }
H1.HeaderClassName
{
color: #BBC0D1;
}
.AnyTagClassName
{
color: #BBC0D1;
}
</style>
background-color css
<style>
a { background-color: #BBC0D1; }
a { background-color: rgb(187,192,209); }
div.DivClassName
{
background-color: #BBC0D1;
}
.BgClassName
{
background-color: #BBC0D1;
}
</style>
border-color css
<style>
span { border-color: #BBC0D1; }
span { border-color: rgb(187,192,209); }
td.TdClassName
{
border-color: #BBC0D1;
}
.TagClassName
{
border-color: #BBC0D1;
}
</style>