Shades of Powder Blue #BDDADD
Tints of Powder Blue #BDDADD
RGB
CMYK
RGB Variations
Color information
#BDDADD (or 0xBDDADD) is known color: Powder Blue. HEX triplet: BD, DA and DD. RGB value is (189,218,221). Sum of RGB (Red+Green+Blue) = 189+218+221=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDADD is #422522. Grayscale: #D1D1D1. Windows color (decimal): -4334883 or 14539453. OLE color: 14539453.
HSL color Cylindrical-coordinate representation of color #BDDADD: hue angle of 185.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDADD is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 218 | 221 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.13 |
| HSL | 185.63º | 0.32% | 0.8% | - |
| HSV(B) | 185.63º | 0.14% | 0.87% | - |
| XYZ | 59.11 | 66.18 | 78.07 | - |
| YUV | 209.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 221 | 0.14 | 0.01 | 0 | 0.13 | 185.63 | 0.32 | 0.8 |
| Hex | BD | DA | DD | E | 1 | 0 | D | BA | 20 | 50 |
| Octal | 275 | 332 | 335 | 16 | 1 | 0 | 15 | 272 | 40 | 120 |
| Binary | 10111101 | 11011010 | 11011101 | 1110 | 1 | 0 | 1101 | 10111010 | 100000 | 1010000 |
Color Harmonies of #BDDADD
Complementary color
Monochromatic Colors of #BDDADD
Black with #BDDADD
Text Example
Text Example
White with #BDDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDADD; }
p { color: rgb(189,218,221); }
H1.HeaderClassName
{
color: #BDDADD;
}
.AnyTagClassName
{
color: #BDDADD;
}
</style>
background-color css
<style>
a { background-color: #BDDADD; }
a { background-color: rgb(189,218,221); }
div.DivClassName
{
background-color: #BDDADD;
}
.BgClassName
{
background-color: #BDDADD;
}
</style>
border-color css
<style>
span { border-color: #BDDADD; }
span { border-color: rgb(189,218,221); }
td.TdClassName
{
border-color: #BDDADD;
}
.TagClassName
{
border-color: #BDDADD;
}
</style>