Shades of Link Water #BCC8DD
Tints of Link Water #BCC8DD
RGB
CMYK
RGB Variations
Color information
#BCC8DD (or 0xBCC8DD) is known color: Link Water. HEX triplet: BC, C8 and DD. RGB value is (188,200,221). Sum of RGB (Red+Green+Blue) = 188+200+221=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8DD is #433722. Grayscale: #C6C6C6. Windows color (decimal): -4405027 or 14534844. OLE color: 14534844.
HSL color Cylindrical-coordinate representation of color #BCC8DD: hue angle of 218.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC8DD is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 200 | 221 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.13 |
| HSL | 218.18º | 0.33% | 0.8% | - |
| HSV(B) | 218.18º | 0.15% | 0.87% | - |
| XYZ | 54.44 | 57.22 | 76.58 | - |
| YUV | 198.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 221 | 0.15 | 0.10 | 0 | 0.13 | 218.18 | 0.33 | 0.8 |
| Hex | BC | C8 | DD | F | A | 0 | D | DA | 21 | 50 |
| Octal | 274 | 310 | 335 | 17 | 12 | 0 | 15 | 332 | 41 | 120 |
| Binary | 10111100 | 11001000 | 11011101 | 1111 | 1010 | 0 | 1101 | 11011010 | 100001 | 1010000 |
Color Harmonies of #BCC8DD
Complementary color
Monochromatic Colors of #BCC8DD
Black with #BCC8DD
Text Example
Text Example
White with #BCC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8DD; }
p { color: rgb(188,200,221); }
H1.HeaderClassName
{
color: #BCC8DD;
}
.AnyTagClassName
{
color: #BCC8DD;
}
</style>
background-color css
<style>
a { background-color: #BCC8DD; }
a { background-color: rgb(188,200,221); }
div.DivClassName
{
background-color: #BCC8DD;
}
.BgClassName
{
background-color: #BCC8DD;
}
</style>
border-color css
<style>
span { border-color: #BCC8DD; }
span { border-color: rgb(188,200,221); }
td.TdClassName
{
border-color: #BCC8DD;
}
.TagClassName
{
border-color: #BCC8DD;
}
</style>