Shades of Link Water #BBC2D8
Tints of Link Water #BBC2D8
RGB
CMYK
RGB Variations
Color information
#BBC2D8 (or 0xBBC2D8) is known color: Link Water. HEX triplet: BB, C2 and D8. RGB value is (187,194,216). Sum of RGB (Red+Green+Blue) = 187+194+216=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBC2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2D8 is #443D27. Grayscale: #C2C2C2. Windows color (decimal): -4472104 or 14205627. OLE color: 14205627.
HSL color Cylindrical-coordinate representation of color #BBC2D8: hue angle of 225.52º 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 #BBC2D8 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 194 | 216 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.15 |
| HSL | 225.52º | 0.27% | 0.79% | - |
| HSV(B) | 225.52º | 0.13% | 0.85% | - |
| XYZ | 52.18 | 54.11 | 72.66 | - |
| YUV | 194.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 216 | 0.13 | 0.10 | 0 | 0.15 | 225.52 | 0.27 | 0.79 |
| Hex | BB | C2 | D8 | D | A | 0 | F | E2 | 1B | 4F |
| Octal | 273 | 302 | 330 | 15 | 12 | 0 | 17 | 342 | 33 | 117 |
| Binary | 10111011 | 11000010 | 11011000 | 1101 | 1010 | 0 | 1111 | 11100010 | 11011 | 1001111 |
Color Harmonies of #BBC2D8
Complementary color
Monochromatic Colors of #BBC2D8
Black with #BBC2D8
Text Example
Text Example
White with #BBC2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2D8; }
p { color: rgb(187,194,216); }
H1.HeaderClassName
{
color: #BBC2D8;
}
.AnyTagClassName
{
color: #BBC2D8;
}
</style>
background-color css
<style>
a { background-color: #BBC2D8; }
a { background-color: rgb(187,194,216); }
div.DivClassName
{
background-color: #BBC2D8;
}
.BgClassName
{
background-color: #BBC2D8;
}
</style>
border-color css
<style>
span { border-color: #BBC2D8; }
span { border-color: rgb(187,194,216); }
td.TdClassName
{
border-color: #BBC2D8;
}
.TagClassName
{
border-color: #BBC2D8;
}
</style>