Shades of Link Water #BDC1CB
Tints of Link Water #BDC1CB
RGB
CMYK
RGB Variations
Color information
#BDC1CB (or 0xBDC1CB) is known color: Link Water. HEX triplet: BD, C1 and CB. RGB value is (189,193,203). Sum of RGB (Red+Green+Blue) = 189+193+203=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1CB is #423E34. Grayscale: #C0C0C0. Windows color (decimal): -4341301 or 13353405. OLE color: 13353405.
HSL color Cylindrical-coordinate representation of color #BDC1CB: hue angle of 222.86º degrees, saturation: 0.12, 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 #BDC1CB is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 193 | 203 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.20 |
| HSL | 222.86º | 0.12% | 0.77% | - |
| HSV(B) | 222.86º | 0.07% | 0.8% | - |
| XYZ | 50.84 | 53.27 | 64.1 | - |
| YUV | 192.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 203 | 0.07 | 0.05 | 0 | 0.20 | 222.86 | 0.12 | 0.77 |
| Hex | BD | C1 | CB | 7 | 5 | 0 | 14 | DF | C | 4D |
| Octal | 275 | 301 | 313 | 7 | 5 | 0 | 24 | 337 | 14 | 115 |
| Binary | 10111101 | 11000001 | 11001011 | 111 | 101 | 0 | 10100 | 11011111 | 1100 | 1001101 |
Color Harmonies of #BDC1CB
Complementary color
Monochromatic Colors of #BDC1CB
Black with #BDC1CB
Text Example
Text Example
White with #BDC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1CB; }
p { color: rgb(189,193,203); }
H1.HeaderClassName
{
color: #BDC1CB;
}
.AnyTagClassName
{
color: #BDC1CB;
}
</style>
background-color css
<style>
a { background-color: #BDC1CB; }
a { background-color: rgb(189,193,203); }
div.DivClassName
{
background-color: #BDC1CB;
}
.BgClassName
{
background-color: #BDC1CB;
}
</style>
border-color css
<style>
span { border-color: #BDC1CB; }
span { border-color: rgb(189,193,203); }
td.TdClassName
{
border-color: #BDC1CB;
}
.TagClassName
{
border-color: #BDC1CB;
}
</style>