Shades of Link Water #BDCCDF
Tints of Link Water #BDCCDF
RGB
CMYK
RGB Variations
Color information
#BDCCDF (or 0xBDCCDF) is known color: Link Water. HEX triplet: BD, CC and DF. RGB value is (189,204,223). Sum of RGB (Red+Green+Blue) = 189+204+223=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCDF is #423320. Grayscale: #C9C9C9. Windows color (decimal): -4338465 or 14666941. OLE color: 14666941.
HSL color Cylindrical-coordinate representation of color #BDCCDF: hue angle of 213.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCCDF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 204 | 223 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.13 |
| HSL | 213.53º | 0.35% | 0.81% | - |
| HSV(B) | 213.53º | 0.15% | 0.87% | - |
| XYZ | 55.9 | 59.33 | 78.32 | - |
| YUV | 201.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 223 | 0.15 | 0.09 | 0 | 0.13 | 213.53 | 0.35 | 0.81 |
| Hex | BD | CC | DF | F | 9 | 0 | D | D6 | 23 | 51 |
| Octal | 275 | 314 | 337 | 17 | 11 | 0 | 15 | 326 | 43 | 121 |
| Binary | 10111101 | 11001100 | 11011111 | 1111 | 1001 | 0 | 1101 | 11010110 | 100011 | 1010001 |
Color Harmonies of #BDCCDF
Complementary color
Monochromatic Colors of #BDCCDF
Black with #BDCCDF
Text Example
Text Example
White with #BDCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCDF; }
p { color: rgb(189,204,223); }
H1.HeaderClassName
{
color: #BDCCDF;
}
.AnyTagClassName
{
color: #BDCCDF;
}
</style>
background-color css
<style>
a { background-color: #BDCCDF; }
a { background-color: rgb(189,204,223); }
div.DivClassName
{
background-color: #BDCCDF;
}
.BgClassName
{
background-color: #BDCCDF;
}
</style>
border-color css
<style>
span { border-color: #BDCCDF; }
span { border-color: rgb(189,204,223); }
td.TdClassName
{
border-color: #BDCCDF;
}
.TagClassName
{
border-color: #BDCCDF;
}
</style>