Shades of Powder Blue #BCD9DF
Tints of Powder Blue #BCD9DF
RGB
CMYK
RGB Variations
Color information
#BCD9DF (or 0xBCD9DF) is known color: Powder Blue. HEX triplet: BC, D9 and DF. RGB value is (188,217,223). Sum of RGB (Red+Green+Blue) = 188+217+223=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9DF is #432620. Grayscale: #D0D0D0. Windows color (decimal): -4400673 or 14670268. OLE color: 14670268.
HSL color Cylindrical-coordinate representation of color #BCD9DF: hue angle of 190.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD9DF is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 217 | 223 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.13 |
| HSL | 190.29º | 0.35% | 0.81% | - |
| HSV(B) | 190.29º | 0.16% | 0.87% | - |
| XYZ | 58.87 | 65.64 | 79.38 | - |
| YUV | 209.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 223 | 0.16 | 0.03 | 0 | 0.13 | 190.29 | 0.35 | 0.81 |
| Hex | BC | D9 | DF | 10 | 3 | 0 | D | BE | 23 | 51 |
| Octal | 274 | 331 | 337 | 20 | 3 | 0 | 15 | 276 | 43 | 121 |
| Binary | 10111100 | 11011001 | 11011111 | 10000 | 11 | 0 | 1101 | 10111110 | 100011 | 1010001 |
Color Harmonies of #BCD9DF
Complementary color
Monochromatic Colors of #BCD9DF
Black with #BCD9DF
Text Example
Text Example
White with #BCD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9DF; }
p { color: rgb(188,217,223); }
H1.HeaderClassName
{
color: #BCD9DF;
}
.AnyTagClassName
{
color: #BCD9DF;
}
</style>
background-color css
<style>
a { background-color: #BCD9DF; }
a { background-color: rgb(188,217,223); }
div.DivClassName
{
background-color: #BCD9DF;
}
.BgClassName
{
background-color: #BCD9DF;
}
</style>
border-color css
<style>
span { border-color: #BCD9DF; }
span { border-color: rgb(188,217,223); }
td.TdClassName
{
border-color: #BCD9DF;
}
.TagClassName
{
border-color: #BCD9DF;
}
</style>