Shades of Link Water #BBC0D5
Tints of Link Water #BBC0D5
RGB
CMYK
RGB Variations
Color information
#BBC0D5 (or 0xBBC0D5) is known color: Link Water. HEX triplet: BB, C0 and D5. RGB value is (187,192,213). Sum of RGB (Red+Green+Blue) = 187+192+213=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0D5 is #443F2A. Grayscale: #C0C0C0. Windows color (decimal): -4472619 or 14008507. OLE color: 14008507.
HSL color Cylindrical-coordinate representation of color #BBC0D5: hue angle of 228.46º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC0D5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 192 | 213 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.16 |
| HSL | 228.46º | 0.24% | 0.78% | - |
| HSV(B) | 228.46º | 0.12% | 0.84% | - |
| XYZ | 51.35 | 53.07 | 70.49 | - |
| YUV | 192.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 213 | 0.12 | 0.10 | 0 | 0.16 | 228.46 | 0.24 | 0.78 |
| Hex | BB | C0 | D5 | C | A | 0 | 10 | E4 | 18 | 4E |
| Octal | 273 | 300 | 325 | 14 | 12 | 0 | 20 | 344 | 30 | 116 |
| Binary | 10111011 | 11000000 | 11010101 | 1100 | 1010 | 0 | 10000 | 11100100 | 11000 | 1001110 |
Color Harmonies of #BBC0D5
Complementary color
Monochromatic Colors of #BBC0D5
Black with #BBC0D5
Text Example
Text Example
White with #BBC0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0D5; }
p { color: rgb(187,192,213); }
H1.HeaderClassName
{
color: #BBC0D5;
}
.AnyTagClassName
{
color: #BBC0D5;
}
</style>
background-color css
<style>
a { background-color: #BBC0D5; }
a { background-color: rgb(187,192,213); }
div.DivClassName
{
background-color: #BBC0D5;
}
.BgClassName
{
background-color: #BBC0D5;
}
</style>
border-color css
<style>
span { border-color: #BBC0D5; }
span { border-color: rgb(187,192,213); }
td.TdClassName
{
border-color: #BBC0D5;
}
.TagClassName
{
border-color: #BBC0D5;
}
</style>