Shades of Link Water #BDC3D3
Tints of Link Water #BDC3D3
RGB
CMYK
RGB Variations
Color information
#BDC3D3 (or 0xBDC3D3) is known color: Link Water. HEX triplet: BD, C3 and D3. RGB value is (189,195,211). Sum of RGB (Red+Green+Blue) = 189+195+211=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDC3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3D3 is #423C2C. Grayscale: #C2C2C2. Windows color (decimal): -4340781 or 13878205. OLE color: 13878205.
HSL color Cylindrical-coordinate representation of color #BDC3D3: hue angle of 223.64º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC3D3 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 195 | 211 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.17 |
| HSL | 223.64º | 0.2% | 0.78% | - |
| HSV(B) | 223.64º | 0.1% | 0.83% | - |
| XYZ | 52.26 | 54.55 | 69.4 | - |
| YUV | 195.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 211 | 0.10 | 0.08 | 0 | 0.17 | 223.64 | 0.2 | 0.78 |
| Hex | BD | C3 | D3 | A | 8 | 0 | 11 | E0 | 14 | 4E |
| Octal | 275 | 303 | 323 | 12 | 10 | 0 | 21 | 340 | 24 | 116 |
| Binary | 10111101 | 11000011 | 11010011 | 1010 | 1000 | 0 | 10001 | 11100000 | 10100 | 1001110 |
Color Harmonies of #BDC3D3
Complementary color
Monochromatic Colors of #BDC3D3
Black with #BDC3D3
Text Example
Text Example
White with #BDC3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3D3; }
p { color: rgb(189,195,211); }
H1.HeaderClassName
{
color: #BDC3D3;
}
.AnyTagClassName
{
color: #BDC3D3;
}
</style>
background-color css
<style>
a { background-color: #BDC3D3; }
a { background-color: rgb(189,195,211); }
div.DivClassName
{
background-color: #BDC3D3;
}
.BgClassName
{
background-color: #BDC3D3;
}
</style>
border-color css
<style>
span { border-color: #BDC3D3; }
span { border-color: rgb(189,195,211); }
td.TdClassName
{
border-color: #BDC3D3;
}
.TagClassName
{
border-color: #BDC3D3;
}
</style>