Shades of Powder Blue #BDDBDF
Tints of Powder Blue #BDDBDF
RGB
CMYK
RGB Variations
Color information
#BDDBDF (or 0xBDDBDF) is known color: Powder Blue. HEX triplet: BD, DB and DF. RGB value is (189,219,223). Sum of RGB (Red+Green+Blue) = 189+219+223=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDDBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBDF is #422420. Grayscale: #D2D2D2. Windows color (decimal): -4334625 or 14670781. OLE color: 14670781.
HSL color Cylindrical-coordinate representation of color #BDDBDF: hue angle of 187.06º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDBDF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 219 | 223 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.13 |
| HSL | 187.06º | 0.35% | 0.81% | - |
| HSV(B) | 187.06º | 0.15% | 0.87% | - |
| XYZ | 59.64 | 66.81 | 79.56 | - |
| YUV | 210.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 223 | 0.15 | 0.02 | 0 | 0.13 | 187.06 | 0.35 | 0.81 |
| Hex | BD | DB | DF | F | 2 | 0 | D | BB | 23 | 51 |
| Octal | 275 | 333 | 337 | 17 | 2 | 0 | 15 | 273 | 43 | 121 |
| Binary | 10111101 | 11011011 | 11011111 | 1111 | 10 | 0 | 1101 | 10111011 | 100011 | 1010001 |
Color Harmonies of #BDDBDF
Complementary color
Monochromatic Colors of #BDDBDF
Black with #BDDBDF
Text Example
Text Example
White with #BDDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBDF; }
p { color: rgb(189,219,223); }
H1.HeaderClassName
{
color: #BDDBDF;
}
.AnyTagClassName
{
color: #BDDBDF;
}
</style>
background-color css
<style>
a { background-color: #BDDBDF; }
a { background-color: rgb(189,219,223); }
div.DivClassName
{
background-color: #BDDBDF;
}
.BgClassName
{
background-color: #BDDBDF;
}
</style>
border-color css
<style>
span { border-color: #BDDBDF; }
span { border-color: rgb(189,219,223); }
td.TdClassName
{
border-color: #BDDBDF;
}
.TagClassName
{
border-color: #BDDBDF;
}
</style>