Shades of Link Water #BBC3DA
Tints of Link Water #BBC3DA
RGB
CMYK
RGB Variations
Color information
#BBC3DA (or 0xBBC3DA) is known color: Link Water. HEX triplet: BB, C3 and DA. RGB value is (187,195,218). Sum of RGB (Red+Green+Blue) = 187+195+218=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3DA is #443C25. Grayscale: #C3C3C3. Windows color (decimal): -4471846 or 14336955. OLE color: 14336955.
HSL color Cylindrical-coordinate representation of color #BBC3DA: hue angle of 224.52º degrees, saturation: 0.3, 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 #BBC3DA is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 195 | 218 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.15 |
| HSL | 224.52º | 0.3% | 0.79% | - |
| HSV(B) | 224.52º | 0.14% | 0.85% | - |
| XYZ | 52.66 | 54.66 | 74.1 | - |
| YUV | 195.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 218 | 0.14 | 0.11 | 0 | 0.15 | 224.52 | 0.3 | 0.79 |
| Hex | BB | C3 | DA | E | B | 0 | F | E1 | 1E | 4F |
| Octal | 273 | 303 | 332 | 16 | 13 | 0 | 17 | 341 | 36 | 117 |
| Binary | 10111011 | 11000011 | 11011010 | 1110 | 1011 | 0 | 1111 | 11100001 | 11110 | 1001111 |
Color Harmonies of #BBC3DA
Complementary color
Monochromatic Colors of #BBC3DA
Black with #BBC3DA
Text Example
Text Example
White with #BBC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3DA; }
p { color: rgb(187,195,218); }
H1.HeaderClassName
{
color: #BBC3DA;
}
.AnyTagClassName
{
color: #BBC3DA;
}
</style>
background-color css
<style>
a { background-color: #BBC3DA; }
a { background-color: rgb(187,195,218); }
div.DivClassName
{
background-color: #BBC3DA;
}
.BgClassName
{
background-color: #BBC3DA;
}
</style>
border-color css
<style>
span { border-color: #BBC3DA; }
span { border-color: rgb(187,195,218); }
td.TdClassName
{
border-color: #BBC3DA;
}
.TagClassName
{
border-color: #BBC3DA;
}
</style>