Shades of Link Water #BDC7DB
Tints of Link Water #BDC7DB
RGB
CMYK
RGB Variations
Color information
#BDC7DB (or 0xBDC7DB) is known color: Link Water. HEX triplet: BD, C7 and DB. RGB value is (189,199,219). Sum of RGB (Red+Green+Blue) = 189+199+219=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7DB is #423824. Grayscale: #C6C6C6. Windows color (decimal): -4339749 or 14403517. OLE color: 14403517.
HSL color Cylindrical-coordinate representation of color #BDC7DB: hue angle of 220º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC7DB is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 189 | 199 | 219 | - |
CMYK | 0.14 | 0.09 | 0 | 0.14 |
HSL | 220º | 0.29% | 0.8% | - |
HSV(B) | 220º | 0.14% | 0.86% | - |
XYZ | 54.2 | 56.78 | 75.12 | - |
YUV | 198.29 | 139.69 | 121.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 199 | 219 | 0.14 | 0.09 | 0 | 0.14 | 220 | 0.29 | 0.8 |
Hex | BD | C7 | DB | E | 9 | 0 | E | DC | 1D | 50 |
Octal | 275 | 307 | 333 | 16 | 11 | 0 | 16 | 334 | 35 | 120 |
Binary | 10111101 | 11000111 | 11011011 | 1110 | 1001 | 0 | 1110 | 11011100 | 11101 | 1010000 |
Color Harmonies of #BDC7DB
Complementary color
Monochromatic Colors of #BDC7DB
Black with #BDC7DB
Text Example
Text Example
White with #BDC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7DB; }
p { color: rgb(189,199,219); }
H1.HeaderClassName
{
color: #BDC7DB;
}
.AnyTagClassName
{
color: #BDC7DB;
}
</style>
background-color css
<style>
a { background-color: #BDC7DB; }
a { background-color: rgb(189,199,219); }
div.DivClassName
{
background-color: #BDC7DB;
}
.BgClassName
{
background-color: #BDC7DB;
}
</style>
border-color css
<style>
span { border-color: #BDC7DB; }
span { border-color: rgb(189,199,219); }
td.TdClassName
{
border-color: #BDC7DB;
}
.TagClassName
{
border-color: #BDC7DB;
}
</style>