Shades of Link Water #BDC8DB
Tints of Link Water #BDC8DB
RGB
CMYK
RGB Variations
Color information
#BDC8DB (or 0xBDC8DB) is known color: Link Water. HEX triplet: BD, C8 and DB. RGB value is (189,200,219). Sum of RGB (Red+Green+Blue) = 189+200+219=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8DB is #423724. Grayscale: #C6C6C6. Windows color (decimal): -4339493 or 14403773. OLE color: 14403773.
HSL color Cylindrical-coordinate representation of color #BDC8DB: hue angle of 218º 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 #BDC8DB is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 189 | 200 | 219 | - |
CMYK | 0.14 | 0.09 | 0 | 0.14 |
HSL | 218º | 0.29% | 0.8% | - |
HSV(B) | 218º | 0.14% | 0.86% | - |
XYZ | 54.43 | 57.24 | 75.2 | - |
YUV | 198.88 | 139.36 | 120.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 200 | 219 | 0.14 | 0.09 | 0 | 0.14 | 218 | 0.29 | 0.8 |
Hex | BD | C8 | DB | E | 9 | 0 | E | DA | 1D | 50 |
Octal | 275 | 310 | 333 | 16 | 11 | 0 | 16 | 332 | 35 | 120 |
Binary | 10111101 | 11001000 | 11011011 | 1110 | 1001 | 0 | 1110 | 11011010 | 11101 | 1010000 |
Color Harmonies of #BDC8DB
Complementary color
Monochromatic Colors of #BDC8DB
Black with #BDC8DB
Text Example
Text Example
White with #BDC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8DB; }
p { color: rgb(189,200,219); }
H1.HeaderClassName
{
color: #BDC8DB;
}
.AnyTagClassName
{
color: #BDC8DB;
}
</style>
background-color css
<style>
a { background-color: #BDC8DB; }
a { background-color: rgb(189,200,219); }
div.DivClassName
{
background-color: #BDC8DB;
}
.BgClassName
{
background-color: #BDC8DB;
}
</style>
border-color css
<style>
span { border-color: #BDC8DB; }
span { border-color: rgb(189,200,219); }
td.TdClassName
{
border-color: #BDC8DB;
}
.TagClassName
{
border-color: #BDC8DB;
}
</style>