Shades of Powder Blue #BADBDA
Tints of Powder Blue #BADBDA
RGB
CMYK
RGB Variations
Color information
#BADBDA (or 0xBADBDA) is known color: Powder Blue. HEX triplet: BA, DB and DA. RGB value is (186,219,218). Sum of RGB (Red+Green+Blue) = 186+219+218=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBDA is #452425. Grayscale: #D0D0D0. Windows color (decimal): -4531238 or 14343098. OLE color: 14343098.
HSL color Cylindrical-coordinate representation of color #BADBDA: hue angle of 178.18º 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 #BADBDA is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 186 | 219 | 218 | - |
CMYK | 0.15 | 0 | 0.00 | 0.14 |
HSL | 178.18º | 0.31% | 0.79% | - |
HSV(B) | 178.18º | 0.15% | 0.86% | - |
XYZ | 58.24 | 66.16 | 76.03 | - |
YUV | 209.02 | 133.07 | 111.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 219 | 218 | 0.15 | 0 | 0.00 | 0.14 | 178.18 | 0.31 | 0.79 |
Hex | BA | DB | DA | F | 0 | 0 | E | B2 | 1F | 4F |
Octal | 272 | 333 | 332 | 17 | 0 | 0 | 16 | 262 | 37 | 117 |
Binary | 10111010 | 11011011 | 11011010 | 1111 | 0 | 0 | 1110 | 10110010 | 11111 | 1001111 |
Color Harmonies of #BADBDA
Complementary color
Monochromatic Colors of #BADBDA
Black with #BADBDA
Text Example
Text Example
White with #BADBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBDA; }
p { color: rgb(186,219,218); }
H1.HeaderClassName
{
color: #BADBDA;
}
.AnyTagClassName
{
color: #BADBDA;
}
</style>
background-color css
<style>
a { background-color: #BADBDA; }
a { background-color: rgb(186,219,218); }
div.DivClassName
{
background-color: #BADBDA;
}
.BgClassName
{
background-color: #BADBDA;
}
</style>
border-color css
<style>
span { border-color: #BADBDA; }
span { border-color: rgb(186,219,218); }
td.TdClassName
{
border-color: #BADBDA;
}
.TagClassName
{
border-color: #BADBDA;
}
</style>