Shades of Link Water #BBC0D2
Tints of Link Water #BBC0D2
RGB
CMYK
RGB Variations
Color information
#BBC0D2 (or 0xBBC0D2) is known color: Link Water. HEX triplet: BB, C0 and D2. RGB value is (187,192,210). Sum of RGB (Red+Green+Blue) = 187+192+210=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBC0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0D2 is #443F2D. Grayscale: #C0C0C0. Windows color (decimal): -4472622 or 13811899. OLE color: 13811899.
HSL color Cylindrical-coordinate representation of color #BBC0D2: hue angle of 226.96º degrees, saturation: 0.2, 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 #BBC0D2 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 192 | 210 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.18 |
| HSL | 226.96º | 0.2% | 0.78% | - |
| HSV(B) | 226.96º | 0.11% | 0.82% | - |
| XYZ | 50.98 | 52.92 | 68.5 | - |
| YUV | 192.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 210 | 0.11 | 0.09 | 0 | 0.18 | 226.96 | 0.2 | 0.78 |
| Hex | BB | C0 | D2 | B | 9 | 0 | 12 | E3 | 14 | 4E |
| Octal | 273 | 300 | 322 | 13 | 11 | 0 | 22 | 343 | 24 | 116 |
| Binary | 10111011 | 11000000 | 11010010 | 1011 | 1001 | 0 | 10010 | 11100011 | 10100 | 1001110 |
Color Harmonies of #BBC0D2
Complementary color
Monochromatic Colors of #BBC0D2
Black with #BBC0D2
Text Example
Text Example
White with #BBC0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0D2; }
p { color: rgb(187,192,210); }
H1.HeaderClassName
{
color: #BBC0D2;
}
.AnyTagClassName
{
color: #BBC0D2;
}
</style>
background-color css
<style>
a { background-color: #BBC0D2; }
a { background-color: rgb(187,192,210); }
div.DivClassName
{
background-color: #BBC0D2;
}
.BgClassName
{
background-color: #BBC0D2;
}
</style>
border-color css
<style>
span { border-color: #BBC0D2; }
span { border-color: rgb(187,192,210); }
td.TdClassName
{
border-color: #BBC0D2;
}
.TagClassName
{
border-color: #BBC0D2;
}
</style>