Shades of Link Water #BBC2D5
Tints of Link Water #BBC2D5
RGB
CMYK
RGB Variations
Color information
#BBC2D5 (or 0xBBC2D5) is known color: Link Water. HEX triplet: BB, C2 and D5. RGB value is (187,194,213). Sum of RGB (Red+Green+Blue) = 187+194+213=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2D5 is #443D2A. Grayscale: #C1C1C1. Windows color (decimal): -4472107 or 14009019. OLE color: 14009019.
HSL color Cylindrical-coordinate representation of color #BBC2D5: hue angle of 223.85º 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 #BBC2D5 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 187 | 194 | 213 | - |
CMYK | 0.12 | 0.09 | 0 | 0.16 |
HSL | 223.85º | 0.24% | 0.78% | - |
HSV(B) | 223.85º | 0.12% | 0.84% | - |
XYZ | 51.8 | 53.95 | 70.63 | - |
YUV | 194.07 | 138.68 | 122.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 194 | 213 | 0.12 | 0.09 | 0 | 0.16 | 223.85 | 0.24 | 0.78 |
Hex | BB | C2 | D5 | C | 9 | 0 | 10 | E0 | 18 | 4E |
Octal | 273 | 302 | 325 | 14 | 11 | 0 | 20 | 340 | 30 | 116 |
Binary | 10111011 | 11000010 | 11010101 | 1100 | 1001 | 0 | 10000 | 11100000 | 11000 | 1001110 |
Color Harmonies of #BBC2D5
Complementary color
Monochromatic Colors of #BBC2D5
Black with #BBC2D5
Text Example
Text Example
White with #BBC2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2D5; }
p { color: rgb(187,194,213); }
H1.HeaderClassName
{
color: #BBC2D5;
}
.AnyTagClassName
{
color: #BBC2D5;
}
</style>
background-color css
<style>
a { background-color: #BBC2D5; }
a { background-color: rgb(187,194,213); }
div.DivClassName
{
background-color: #BBC2D5;
}
.BgClassName
{
background-color: #BBC2D5;
}
</style>
border-color css
<style>
span { border-color: #BBC2D5; }
span { border-color: rgb(187,194,213); }
td.TdClassName
{
border-color: #BBC2D5;
}
.TagClassName
{
border-color: #BBC2D5;
}
</style>