Shades of Powder Blue #BDDCDF
Tints of Powder Blue #BDDCDF
RGB
CMYK
RGB Variations
Color information
#BDDCDF (or 0xBDDCDF) is known color: Powder Blue. HEX triplet: BD, DC and DF. RGB value is (189,220,223). Sum of RGB (Red+Green+Blue) = 189+220+223=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCDF is #422320. Grayscale: #D3D3D3. Windows color (decimal): -4334369 or 14671037. OLE color: 14671037.
HSL color Cylindrical-coordinate representation of color #BDDCDF: hue angle of 185.29º 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 #BDDCDF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 220 | 223 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.13 |
| HSL | 185.29º | 0.35% | 0.81% | - |
| HSV(B) | 185.29º | 0.15% | 0.87% | - |
| XYZ | 59.9 | 67.33 | 79.65 | - |
| YUV | 211.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 223 | 0.15 | 0.01 | 0 | 0.13 | 185.29 | 0.35 | 0.81 |
| Hex | BD | DC | DF | F | 1 | 0 | D | B9 | 23 | 51 |
| Octal | 275 | 334 | 337 | 17 | 1 | 0 | 15 | 271 | 43 | 121 |
| Binary | 10111101 | 11011100 | 11011111 | 1111 | 1 | 0 | 1101 | 10111001 | 100011 | 1010001 |
Color Harmonies of #BDDCDF
Complementary color
Monochromatic Colors of #BDDCDF
Black with #BDDCDF
Text Example
Text Example
White with #BDDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCDF; }
p { color: rgb(189,220,223); }
H1.HeaderClassName
{
color: #BDDCDF;
}
.AnyTagClassName
{
color: #BDDCDF;
}
</style>
background-color css
<style>
a { background-color: #BDDCDF; }
a { background-color: rgb(189,220,223); }
div.DivClassName
{
background-color: #BDDCDF;
}
.BgClassName
{
background-color: #BDDCDF;
}
</style>
border-color css
<style>
span { border-color: #BDDCDF; }
span { border-color: rgb(189,220,223); }
td.TdClassName
{
border-color: #BDDCDF;
}
.TagClassName
{
border-color: #BDDCDF;
}
</style>