Shades of Powder Blue #BAD6DB
Tints of Powder Blue #BAD6DB
RGB
CMYK
RGB Variations
Color information
#BAD6DB (or 0xBAD6DB) is known color: Powder Blue. HEX triplet: BA, D6 and DB. RGB value is (186,214,219). Sum of RGB (Red+Green+Blue) = 186+214+219=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6DB is #452924. Grayscale: #CECECE. Windows color (decimal): -4532517 or 14407354. OLE color: 14407354.
HSL color Cylindrical-coordinate representation of color #BAD6DB: hue angle of 189.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAD6DB is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 214 | 219 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.14 |
| HSL | 189.09º | 0.31% | 0.79% | - |
| HSV(B) | 189.09º | 0.15% | 0.86% | - |
| XYZ | 57.08 | 63.65 | 76.29 | - |
| YUV | 206.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 219 | 0.15 | 0.02 | 0 | 0.14 | 189.09 | 0.31 | 0.79 |
| Hex | BA | D6 | DB | F | 2 | 0 | E | BD | 1F | 4F |
| Octal | 272 | 326 | 333 | 17 | 2 | 0 | 16 | 275 | 37 | 117 |
| Binary | 10111010 | 11010110 | 11011011 | 1111 | 10 | 0 | 1110 | 10111101 | 11111 | 1001111 |
Color Harmonies of #BAD6DB
Complementary color
Monochromatic Colors of #BAD6DB
Black with #BAD6DB
Text Example
Text Example
White with #BAD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD6DB; }
p { color: rgb(186,214,219); }
H1.HeaderClassName
{
color: #BAD6DB;
}
.AnyTagClassName
{
color: #BAD6DB;
}
</style>
background-color css
<style>
a { background-color: #BAD6DB; }
a { background-color: rgb(186,214,219); }
div.DivClassName
{
background-color: #BAD6DB;
}
.BgClassName
{
background-color: #BAD6DB;
}
</style>
border-color css
<style>
span { border-color: #BAD6DB; }
span { border-color: rgb(186,214,219); }
td.TdClassName
{
border-color: #BAD6DB;
}
.TagClassName
{
border-color: #BAD6DB;
}
</style>