Shades of Link Water #BDC9DE
Tints of Link Water #BDC9DE
RGB
CMYK
RGB Variations
Color information
#BDC9DE (or 0xBDC9DE) is known color: Link Water. HEX triplet: BD, C9 and DE. RGB value is (189,201,222). Sum of RGB (Red+Green+Blue) = 189+201+222=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9DE is #423621. Grayscale: #C7C7C7. Windows color (decimal): -4339234 or 14600637. OLE color: 14600637.
HSL color Cylindrical-coordinate representation of color #BDC9DE: hue angle of 218.18º degrees, saturation: 0.33, 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 #BDC9DE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 201 | 222 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.13 |
| HSL | 218.18º | 0.33% | 0.81% | - |
| HSV(B) | 218.18º | 0.15% | 0.87% | - |
| XYZ | 55.06 | 57.87 | 77.37 | - |
| YUV | 199.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 222 | 0.15 | 0.09 | 0 | 0.13 | 218.18 | 0.33 | 0.81 |
| Hex | BD | C9 | DE | F | 9 | 0 | D | DA | 21 | 51 |
| Octal | 275 | 311 | 336 | 17 | 11 | 0 | 15 | 332 | 41 | 121 |
| Binary | 10111101 | 11001001 | 11011110 | 1111 | 1001 | 0 | 1101 | 11011010 | 100001 | 1010001 |
Color Harmonies of #BDC9DE
Complementary color
Monochromatic Colors of #BDC9DE
Black with #BDC9DE
Text Example
Text Example
White with #BDC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9DE; }
p { color: rgb(189,201,222); }
H1.HeaderClassName
{
color: #BDC9DE;
}
.AnyTagClassName
{
color: #BDC9DE;
}
</style>
background-color css
<style>
a { background-color: #BDC9DE; }
a { background-color: rgb(189,201,222); }
div.DivClassName
{
background-color: #BDC9DE;
}
.BgClassName
{
background-color: #BDC9DE;
}
</style>
border-color css
<style>
span { border-color: #BDC9DE; }
span { border-color: rgb(189,201,222); }
td.TdClassName
{
border-color: #BDC9DE;
}
.TagClassName
{
border-color: #BDC9DE;
}
</style>