Shades of Link Water #BCC2D0
Tints of Link Water #BCC2D0
RGB
CMYK
RGB Variations
Color information
#BCC2D0 (or 0xBCC2D0) is known color: Link Water. HEX triplet: BC, C2 and D0. RGB value is (188,194,208). Sum of RGB (Red+Green+Blue) = 188+194+208=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCC2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2D0 is #433D2F. Grayscale: #C1C1C1. Windows color (decimal): -4406576 or 13681340. OLE color: 13681340.
HSL color Cylindrical-coordinate representation of color #BCC2D0: hue angle of 222º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC2D0 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 194 | 208 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.18 |
| HSL | 222º | 0.18% | 0.78% | - |
| HSV(B) | 222º | 0.1% | 0.82% | - |
| XYZ | 51.42 | 53.83 | 67.35 | - |
| YUV | 193.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 208 | 0.10 | 0.07 | 0 | 0.18 | 222 | 0.18 | 0.78 |
| Hex | BC | C2 | D0 | A | 7 | 0 | 12 | DE | 12 | 4E |
| Octal | 274 | 302 | 320 | 12 | 7 | 0 | 22 | 336 | 22 | 116 |
| Binary | 10111100 | 11000010 | 11010000 | 1010 | 111 | 0 | 10010 | 11011110 | 10010 | 1001110 |
Color Harmonies of #BCC2D0
Complementary color
Monochromatic Colors of #BCC2D0
Black with #BCC2D0
Text Example
Text Example
White with #BCC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2D0; }
p { color: rgb(188,194,208); }
H1.HeaderClassName
{
color: #BCC2D0;
}
.AnyTagClassName
{
color: #BCC2D0;
}
</style>
background-color css
<style>
a { background-color: #BCC2D0; }
a { background-color: rgb(188,194,208); }
div.DivClassName
{
background-color: #BCC2D0;
}
.BgClassName
{
background-color: #BCC2D0;
}
</style>
border-color css
<style>
span { border-color: #BCC2D0; }
span { border-color: rgb(188,194,208); }
td.TdClassName
{
border-color: #BCC2D0;
}
.TagClassName
{
border-color: #BCC2D0;
}
</style>