Shades of Powder Blue #BADADC
Tints of Powder Blue #BADADC
RGB
CMYK
RGB Variations
Color information
#BADADC (or 0xBADADC) is known color: Powder Blue. HEX triplet: BA, DA and DC. RGB value is (186,218,220). Sum of RGB (Red+Green+Blue) = 186+218+220=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #BADADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADADC is #452523. Grayscale: #D0D0D0. Windows color (decimal): -4531492 or 14473914. OLE color: 14473914.
HSL color Cylindrical-coordinate representation of color #BADADC: hue angle of 183.53º 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 #BADADC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 218 | 220 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.14 |
| HSL | 183.53º | 0.33% | 0.8% | - |
| HSV(B) | 183.53º | 0.15% | 0.86% | - |
| XYZ | 58.24 | 65.75 | 77.33 | - |
| YUV | 208.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 220 | 0.15 | 0.01 | 0 | 0.14 | 183.53 | 0.33 | 0.8 |
| Hex | BA | DA | DC | F | 1 | 0 | E | B8 | 21 | 50 |
| Octal | 272 | 332 | 334 | 17 | 1 | 0 | 16 | 270 | 41 | 120 |
| Binary | 10111010 | 11011010 | 11011100 | 1111 | 1 | 0 | 1110 | 10111000 | 100001 | 1010000 |
Color Harmonies of #BADADC
Complementary color
Monochromatic Colors of #BADADC
Black with #BADADC
Text Example
Text Example
White with #BADADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADADC; }
p { color: rgb(186,218,220); }
H1.HeaderClassName
{
color: #BADADC;
}
.AnyTagClassName
{
color: #BADADC;
}
</style>
background-color css
<style>
a { background-color: #BADADC; }
a { background-color: rgb(186,218,220); }
div.DivClassName
{
background-color: #BADADC;
}
.BgClassName
{
background-color: #BADADC;
}
</style>
border-color css
<style>
span { border-color: #BADADC; }
span { border-color: rgb(186,218,220); }
td.TdClassName
{
border-color: #BADADC;
}
.TagClassName
{
border-color: #BADADC;
}
</style>