Shades of Powder Blue #BADCDB
Tints of Powder Blue #BADCDB
RGB
CMYK
RGB Variations
Color information
#BADCDB (or 0xBADCDB) is known color: Powder Blue. HEX triplet: BA, DC and DB. RGB value is (186,220,219). Sum of RGB (Red+Green+Blue) = 186+220+219=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCDB is #452324. Grayscale: #D1D1D1. Windows color (decimal): -4530981 or 14408890. OLE color: 14408890.
HSL color Cylindrical-coordinate representation of color #BADCDB: hue angle of 178.24º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCDB is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 219 | - |
| CMYK | 0.15 | 0 | 0.00 | 0.14 |
| HSL | 178.24º | 0.33% | 0.8% | - |
| HSV(B) | 178.24º | 0.15% | 0.86% | - |
| XYZ | 58.63 | 66.74 | 76.81 | - |
| YUV | 209.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 219 | 0.15 | 0 | 0.00 | 0.14 | 178.24 | 0.33 | 0.8 |
| Hex | BA | DC | DB | F | 0 | 0 | E | B2 | 21 | 50 |
| Octal | 272 | 334 | 333 | 17 | 0 | 0 | 16 | 262 | 41 | 120 |
| Binary | 10111010 | 11011100 | 11011011 | 1111 | 0 | 0 | 1110 | 10110010 | 100001 | 1010000 |
Color Harmonies of #BADCDB
Complementary color
Monochromatic Colors of #BADCDB
Black with #BADCDB
Text Example
Text Example
White with #BADCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCDB; }
p { color: rgb(186,220,219); }
H1.HeaderClassName
{
color: #BADCDB;
}
.AnyTagClassName
{
color: #BADCDB;
}
</style>
background-color css
<style>
a { background-color: #BADCDB; }
a { background-color: rgb(186,220,219); }
div.DivClassName
{
background-color: #BADCDB;
}
.BgClassName
{
background-color: #BADCDB;
}
</style>
border-color css
<style>
span { border-color: #BADCDB; }
span { border-color: rgb(186,220,219); }
td.TdClassName
{
border-color: #BADCDB;
}
.TagClassName
{
border-color: #BADCDB;
}
</style>