Shades of Link Water #BCC1D3
Tints of Link Water #BCC1D3
RGB
CMYK
RGB Variations
Color information
#BCC1D3 (or 0xBCC1D3) is known color: Link Water. HEX triplet: BC, C1 and D3. RGB value is (188,193,211). Sum of RGB (Red+Green+Blue) = 188+193+211=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1D3 is #433E2C. Grayscale: #C1C1C1. Windows color (decimal): -4406829 or 13877692. OLE color: 13877692.
HSL color Cylindrical-coordinate representation of color #BCC1D3: hue angle of 226.96º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC1D3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 193 | 211 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.17 |
| HSL | 226.96º | 0.21% | 0.78% | - |
| HSV(B) | 226.96º | 0.11% | 0.83% | - |
| XYZ | 51.57 | 53.53 | 69.24 | - |
| YUV | 193.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 211 | 0.11 | 0.09 | 0 | 0.17 | 226.96 | 0.21 | 0.78 |
| Hex | BC | C1 | D3 | B | 9 | 0 | 11 | E3 | 15 | 4E |
| Octal | 274 | 301 | 323 | 13 | 11 | 0 | 21 | 343 | 25 | 116 |
| Binary | 10111100 | 11000001 | 11010011 | 1011 | 1001 | 0 | 10001 | 11100011 | 10101 | 1001110 |
Color Harmonies of #BCC1D3
Complementary color
Monochromatic Colors of #BCC1D3
Black with #BCC1D3
Text Example
Text Example
White with #BCC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1D3; }
p { color: rgb(188,193,211); }
H1.HeaderClassName
{
color: #BCC1D3;
}
.AnyTagClassName
{
color: #BCC1D3;
}
</style>
background-color css
<style>
a { background-color: #BCC1D3; }
a { background-color: rgb(188,193,211); }
div.DivClassName
{
background-color: #BCC1D3;
}
.BgClassName
{
background-color: #BCC1D3;
}
</style>
border-color css
<style>
span { border-color: #BCC1D3; }
span { border-color: rgb(188,193,211); }
td.TdClassName
{
border-color: #BCC1D3;
}
.TagClassName
{
border-color: #BCC1D3;
}
</style>