Shades of Powder Blue #BDD6DB
Tints of Powder Blue #BDD6DB
RGB
CMYK
RGB Variations
Color information
#BDD6DB (or 0xBDD6DB) is known color: Powder Blue. HEX triplet: BD, D6 and DB. RGB value is (189,214,219). Sum of RGB (Red+Green+Blue) = 189+214+219=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6DB is #422924. Grayscale: #CFCFCF. Windows color (decimal): -4335909 or 14407357. OLE color: 14407357.
HSL color Cylindrical-coordinate representation of color #BDD6DB: hue angle of 190º 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 #BDD6DB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 214 | 219 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.14 |
| HSL | 190º | 0.29% | 0.8% | - |
| HSV(B) | 190º | 0.14% | 0.86% | - |
| XYZ | 57.82 | 64.03 | 76.33 | - |
| YUV | 207.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 219 | 0.14 | 0.02 | 0 | 0.14 | 190 | 0.29 | 0.8 |
| Hex | BD | D6 | DB | E | 2 | 0 | E | BE | 1D | 50 |
| Octal | 275 | 326 | 333 | 16 | 2 | 0 | 16 | 276 | 35 | 120 |
| Binary | 10111101 | 11010110 | 11011011 | 1110 | 10 | 0 | 1110 | 10111110 | 11101 | 1010000 |
Color Harmonies of #BDD6DB
Complementary color
Monochromatic Colors of #BDD6DB
Black with #BDD6DB
Text Example
Text Example
White with #BDD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6DB; }
p { color: rgb(189,214,219); }
H1.HeaderClassName
{
color: #BDD6DB;
}
.AnyTagClassName
{
color: #BDD6DB;
}
</style>
background-color css
<style>
a { background-color: #BDD6DB; }
a { background-color: rgb(189,214,219); }
div.DivClassName
{
background-color: #BDD6DB;
}
.BgClassName
{
background-color: #BDD6DB;
}
</style>
border-color css
<style>
span { border-color: #BDD6DB; }
span { border-color: rgb(189,214,219); }
td.TdClassName
{
border-color: #BDD6DB;
}
.TagClassName
{
border-color: #BDD6DB;
}
</style>