Shades of Link Water #BCC2D3
Tints of Link Water #BCC2D3
RGB
CMYK
RGB Variations
Color information
#BCC2D3 (or 0xBCC2D3) is known color: Link Water. HEX triplet: BC, C2 and D3. RGB value is (188,194,211). Sum of RGB (Red+Green+Blue) = 188+194+211=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2D3 is #433D2C. Grayscale: #C2C2C2. Windows color (decimal): -4406573 or 13877948. OLE color: 13877948.
HSL color Cylindrical-coordinate representation of color #BCC2D3: hue angle of 224.35º 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 #BCC2D3 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 194 | 211 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.17 |
| HSL | 224.35º | 0.21% | 0.78% | - |
| HSV(B) | 224.35º | 0.11% | 0.83% | - |
| XYZ | 51.79 | 53.98 | 69.32 | - |
| YUV | 194.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 211 | 0.11 | 0.08 | 0 | 0.17 | 224.35 | 0.21 | 0.78 |
| Hex | BC | C2 | D3 | B | 8 | 0 | 11 | E0 | 15 | 4E |
| Octal | 274 | 302 | 323 | 13 | 10 | 0 | 21 | 340 | 25 | 116 |
| Binary | 10111100 | 11000010 | 11010011 | 1011 | 1000 | 0 | 10001 | 11100000 | 10101 | 1001110 |
Color Harmonies of #BCC2D3
Complementary color
Monochromatic Colors of #BCC2D3
Black with #BCC2D3
Text Example
Text Example
White with #BCC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2D3; }
p { color: rgb(188,194,211); }
H1.HeaderClassName
{
color: #BCC2D3;
}
.AnyTagClassName
{
color: #BCC2D3;
}
</style>
background-color css
<style>
a { background-color: #BCC2D3; }
a { background-color: rgb(188,194,211); }
div.DivClassName
{
background-color: #BCC2D3;
}
.BgClassName
{
background-color: #BCC2D3;
}
</style>
border-color css
<style>
span { border-color: #BCC2D3; }
span { border-color: rgb(188,194,211); }
td.TdClassName
{
border-color: #BCC2D3;
}
.TagClassName
{
border-color: #BCC2D3;
}
</style>