Shades of Link Water #BBC4D9
Tints of Link Water #BBC4D9
RGB
CMYK
RGB Variations
Color information
#BBC4D9 (or 0xBBC4D9) is known color: Link Water. HEX triplet: BB, C4 and D9. RGB value is (187,196,217). Sum of RGB (Red+Green+Blue) = 187+196+217=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBC4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4D9 is #443B26. Grayscale: #C3C3C3. Windows color (decimal): -4471591 or 14271675. OLE color: 14271675.
HSL color Cylindrical-coordinate representation of color #BBC4D9: hue angle of 222º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC4D9 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 187 | 196 | 217 | - |
CMYK | 0.14 | 0.10 | 0 | 0.15 |
HSL | 222º | 0.28% | 0.79% | - |
HSV(B) | 222º | 0.14% | 0.85% | - |
XYZ | 52.76 | 55.05 | 73.49 | - |
YUV | 195.7 | 140.02 | 121.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 196 | 217 | 0.14 | 0.10 | 0 | 0.15 | 222 | 0.28 | 0.79 |
Hex | BB | C4 | D9 | E | A | 0 | F | DE | 1C | 4F |
Octal | 273 | 304 | 331 | 16 | 12 | 0 | 17 | 336 | 34 | 117 |
Binary | 10111011 | 11000100 | 11011001 | 1110 | 1010 | 0 | 1111 | 11011110 | 11100 | 1001111 |
Color Harmonies of #BBC4D9
Complementary color
Monochromatic Colors of #BBC4D9
Black with #BBC4D9
Text Example
Text Example
White with #BBC4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4D9; }
p { color: rgb(187,196,217); }
H1.HeaderClassName
{
color: #BBC4D9;
}
.AnyTagClassName
{
color: #BBC4D9;
}
</style>
background-color css
<style>
a { background-color: #BBC4D9; }
a { background-color: rgb(187,196,217); }
div.DivClassName
{
background-color: #BBC4D9;
}
.BgClassName
{
background-color: #BBC4D9;
}
</style>
border-color css
<style>
span { border-color: #BBC4D9; }
span { border-color: rgb(187,196,217); }
td.TdClassName
{
border-color: #BBC4D9;
}
.TagClassName
{
border-color: #BBC4D9;
}
</style>