Shades of Link Water #BDC3D6
Tints of Link Water #BDC3D6
RGB
CMYK
RGB Variations
Color information
#BDC3D6 (or 0xBDC3D6) is known color: Link Water. HEX triplet: BD, C3 and D6. RGB value is (189,195,214). Sum of RGB (Red+Green+Blue) = 189+195+214=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDC3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3D6 is #423C29. Grayscale: #C3C3C3. Windows color (decimal): -4340778 or 14074813. OLE color: 14074813.
HSL color Cylindrical-coordinate representation of color #BDC3D6: hue angle of 225.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC3D6 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 189 | 195 | 214 | - |
CMYK | 0.12 | 0.09 | 0 | 0.16 |
HSL | 225.6º | 0.23% | 0.79% | - |
HSV(B) | 225.6º | 0.12% | 0.84% | - |
XYZ | 52.64 | 54.7 | 71.4 | - |
YUV | 195.37 | 138.51 | 123.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 195 | 214 | 0.12 | 0.09 | 0 | 0.16 | 225.6 | 0.23 | 0.79 |
Hex | BD | C3 | D6 | C | 9 | 0 | 10 | E2 | 17 | 4F |
Octal | 275 | 303 | 326 | 14 | 11 | 0 | 20 | 342 | 27 | 117 |
Binary | 10111101 | 11000011 | 11010110 | 1100 | 1001 | 0 | 10000 | 11100010 | 10111 | 1001111 |
Color Harmonies of #BDC3D6
Complementary color
Monochromatic Colors of #BDC3D6
Black with #BDC3D6
Text Example
Text Example
White with #BDC3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3D6; }
p { color: rgb(189,195,214); }
H1.HeaderClassName
{
color: #BDC3D6;
}
.AnyTagClassName
{
color: #BDC3D6;
}
</style>
background-color css
<style>
a { background-color: #BDC3D6; }
a { background-color: rgb(189,195,214); }
div.DivClassName
{
background-color: #BDC3D6;
}
.BgClassName
{
background-color: #BDC3D6;
}
</style>
border-color css
<style>
span { border-color: #BDC3D6; }
span { border-color: rgb(189,195,214); }
td.TdClassName
{
border-color: #BDC3D6;
}
.TagClassName
{
border-color: #BDC3D6;
}
</style>