Shades of Powder Blue #BADCDF
Tints of Powder Blue #BADCDF
RGB
CMYK
RGB Variations
Color information
#BADCDF (or 0xBADCDF) is known color: Powder Blue. HEX triplet: BA, DC and DF. RGB value is (186,220,223). Sum of RGB (Red+Green+Blue) = 186+220+223=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #BADCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCDF is #452320. Grayscale: #D2D2D2. Windows color (decimal): -4530977 or 14671034. OLE color: 14671034.
HSL color Cylindrical-coordinate representation of color #BADCDF: hue angle of 184.86º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADCDF is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 186 | 220 | 223 | - |
CMYK | 0.17 | 0.01 | 0 | 0.13 |
HSL | 184.86º | 0.37% | 0.8% | - |
HSV(B) | 184.86º | 0.17% | 0.87% | - |
XYZ | 59.16 | 66.95 | 79.62 | - |
YUV | 210.18 | 135.24 | 110.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 220 | 223 | 0.17 | 0.01 | 0 | 0.13 | 184.86 | 0.37 | 0.8 |
Hex | BA | DC | DF | 11 | 1 | 0 | D | B9 | 25 | 50 |
Octal | 272 | 334 | 337 | 21 | 1 | 0 | 15 | 271 | 45 | 120 |
Binary | 10111010 | 11011100 | 11011111 | 10001 | 1 | 0 | 1101 | 10111001 | 100101 | 1010000 |
Color Harmonies of #BADCDF
Complementary color
Monochromatic Colors of #BADCDF
Black with #BADCDF
Text Example
Text Example
White with #BADCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCDF; }
p { color: rgb(186,220,223); }
H1.HeaderClassName
{
color: #BADCDF;
}
.AnyTagClassName
{
color: #BADCDF;
}
</style>
background-color css
<style>
a { background-color: #BADCDF; }
a { background-color: rgb(186,220,223); }
div.DivClassName
{
background-color: #BADCDF;
}
.BgClassName
{
background-color: #BADCDF;
}
</style>
border-color css
<style>
span { border-color: #BADCDF; }
span { border-color: rgb(186,220,223); }
td.TdClassName
{
border-color: #BADCDF;
}
.TagClassName
{
border-color: #BADCDF;
}
</style>