Shades of Link Water #BDC1CC
Tints of Link Water #BDC1CC
RGB
CMYK
RGB Variations
Color information
#BDC1CC (or 0xBDC1CC) is known color: Link Water. HEX triplet: BD, C1 and CC. RGB value is (189,193,204). Sum of RGB (Red+Green+Blue) = 189+193+204=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1CC is #423E33. Grayscale: #C1C1C1. Windows color (decimal): -4341300 or 13418941. OLE color: 13418941.
HSL color Cylindrical-coordinate representation of color #BDC1CC: hue angle of 224º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC1CC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 193 | 204 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.2 |
| HSL | 224º | 0.13% | 0.77% | - |
| HSV(B) | 224º | 0.07% | 0.8% | - |
| XYZ | 50.96 | 53.32 | 64.73 | - |
| YUV | 193.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 204 | 0.07 | 0.05 | 0 | 0.2 | 224 | 0.13 | 0.77 |
| Hex | BD | C1 | CC | 7 | 5 | 0 | 14 | E0 | D | 4D |
| Octal | 275 | 301 | 314 | 7 | 5 | 0 | 24 | 340 | 15 | 115 |
| Binary | 10111101 | 11000001 | 11001100 | 111 | 101 | 0 | 10100 | 11100000 | 1101 | 1001101 |
Color Harmonies of #BDC1CC
Complementary color
Monochromatic Colors of #BDC1CC
Black with #BDC1CC
Text Example
Text Example
White with #BDC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1CC; }
p { color: rgb(189,193,204); }
H1.HeaderClassName
{
color: #BDC1CC;
}
.AnyTagClassName
{
color: #BDC1CC;
}
</style>
background-color css
<style>
a { background-color: #BDC1CC; }
a { background-color: rgb(189,193,204); }
div.DivClassName
{
background-color: #BDC1CC;
}
.BgClassName
{
background-color: #BDC1CC;
}
</style>
border-color css
<style>
span { border-color: #BDC1CC; }
span { border-color: rgb(189,193,204); }
td.TdClassName
{
border-color: #BDC1CC;
}
.TagClassName
{
border-color: #BDC1CC;
}
</style>