Shades of Powder Blue #BDDADF
Tints of Powder Blue #BDDADF
RGB
CMYK
RGB Variations
Color information
#BDDADF (or 0xBDDADF) is known color: Powder Blue. HEX triplet: BD, DA and DF. RGB value is (189,218,223). Sum of RGB (Red+Green+Blue) = 189+218+223=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDDADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDADF is #422520. Grayscale: #D1D1D1. Windows color (decimal): -4334881 or 14670525. OLE color: 14670525.
HSL color Cylindrical-coordinate representation of color #BDDADF: hue angle of 188.82º 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 #BDDADF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 218 | 223 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.13 |
| HSL | 188.82º | 0.35% | 0.81% | - |
| HSV(B) | 188.82º | 0.15% | 0.87% | - |
| XYZ | 59.38 | 66.29 | 79.48 | - |
| YUV | 209.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 223 | 0.15 | 0.02 | 0 | 0.13 | 188.82 | 0.35 | 0.81 |
| Hex | BD | DA | DF | F | 2 | 0 | D | BD | 23 | 51 |
| Octal | 275 | 332 | 337 | 17 | 2 | 0 | 15 | 275 | 43 | 121 |
| Binary | 10111101 | 11011010 | 11011111 | 1111 | 10 | 0 | 1101 | 10111101 | 100011 | 1010001 |
Color Harmonies of #BDDADF
Complementary color
Monochromatic Colors of #BDDADF
Black with #BDDADF
Text Example
Text Example
White with #BDDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDADF; }
p { color: rgb(189,218,223); }
H1.HeaderClassName
{
color: #BDDADF;
}
.AnyTagClassName
{
color: #BDDADF;
}
</style>
background-color css
<style>
a { background-color: #BDDADF; }
a { background-color: rgb(189,218,223); }
div.DivClassName
{
background-color: #BDDADF;
}
.BgClassName
{
background-color: #BDDADF;
}
</style>
border-color css
<style>
span { border-color: #BDDADF; }
span { border-color: rgb(189,218,223); }
td.TdClassName
{
border-color: #BDDADF;
}
.TagClassName
{
border-color: #BDDADF;
}
</style>