Shades of Link Water #BCC9DE
Tints of Link Water #BCC9DE
RGB
CMYK
RGB Variations
Color information
#BCC9DE (or 0xBCC9DE) is known color: Link Water. HEX triplet: BC, C9 and DE. RGB value is (188,201,222). Sum of RGB (Red+Green+Blue) = 188+201+222=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9DE is #433621. Grayscale: #C7C7C7. Windows color (decimal): -4404770 or 14600636. OLE color: 14600636.
HSL color Cylindrical-coordinate representation of color #BCC9DE: hue angle of 217.06º degrees, saturation: 0.34, 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 #BCC9DE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 201 | 222 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.13 |
| HSL | 217.06º | 0.34% | 0.8% | - |
| HSV(B) | 217.06º | 0.15% | 0.87% | - |
| XYZ | 54.81 | 57.74 | 77.36 | - |
| YUV | 199.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 222 | 0.15 | 0.09 | 0 | 0.13 | 217.06 | 0.34 | 0.8 |
| Hex | BC | C9 | DE | F | 9 | 0 | D | D9 | 22 | 50 |
| Octal | 274 | 311 | 336 | 17 | 11 | 0 | 15 | 331 | 42 | 120 |
| Binary | 10111100 | 11001001 | 11011110 | 1111 | 1001 | 0 | 1101 | 11011001 | 100010 | 1010000 |
Color Harmonies of #BCC9DE
Complementary color
Monochromatic Colors of #BCC9DE
Black with #BCC9DE
Text Example
Text Example
White with #BCC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9DE; }
p { color: rgb(188,201,222); }
H1.HeaderClassName
{
color: #BCC9DE;
}
.AnyTagClassName
{
color: #BCC9DE;
}
</style>
background-color css
<style>
a { background-color: #BCC9DE; }
a { background-color: rgb(188,201,222); }
div.DivClassName
{
background-color: #BCC9DE;
}
.BgClassName
{
background-color: #BCC9DE;
}
</style>
border-color css
<style>
span { border-color: #BCC9DE; }
span { border-color: rgb(188,201,222); }
td.TdClassName
{
border-color: #BCC9DE;
}
.TagClassName
{
border-color: #BCC9DE;
}
</style>