Shades of Link Water #BBC0D0
Tints of Link Water #BBC0D0
RGB
CMYK
RGB Variations
Color information
#BBC0D0 (or 0xBBC0D0) is known color: Link Water. HEX triplet: BB, C0 and D0. RGB value is (187,192,208). Sum of RGB (Red+Green+Blue) = 187+192+208=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0D0 is #443F2F. Grayscale: #C0C0C0. Windows color (decimal): -4472624 or 13680827. OLE color: 13680827.
HSL color Cylindrical-coordinate representation of color #BBC0D0: hue angle of 225.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC0D0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 192 | 208 | - |
CMYK | 0.10 | 0.08 | 0 | 0.18 |
HSL | 225.71º | 0.18% | 0.77% | - |
HSV(B) | 225.71º | 0.1% | 0.82% | - |
XYZ | 50.73 | 52.82 | 67.2 | - |
YUV | 192.33 | 136.84 | 124.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 192 | 208 | 0.10 | 0.08 | 0 | 0.18 | 225.71 | 0.18 | 0.77 |
Hex | BB | C0 | D0 | A | 8 | 0 | 12 | E2 | 12 | 4D |
Octal | 273 | 300 | 320 | 12 | 10 | 0 | 22 | 342 | 22 | 115 |
Binary | 10111011 | 11000000 | 11010000 | 1010 | 1000 | 0 | 10010 | 11100010 | 10010 | 1001101 |
Color Harmonies of #BBC0D0
Complementary color
Monochromatic Colors of #BBC0D0
Black with #BBC0D0
Text Example
Text Example
White with #BBC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0D0; }
p { color: rgb(187,192,208); }
H1.HeaderClassName
{
color: #BBC0D0;
}
.AnyTagClassName
{
color: #BBC0D0;
}
</style>
background-color css
<style>
a { background-color: #BBC0D0; }
a { background-color: rgb(187,192,208); }
div.DivClassName
{
background-color: #BBC0D0;
}
.BgClassName
{
background-color: #BBC0D0;
}
</style>
border-color css
<style>
span { border-color: #BBC0D0; }
span { border-color: rgb(187,192,208); }
td.TdClassName
{
border-color: #BBC0D0;
}
.TagClassName
{
border-color: #BBC0D0;
}
</style>