Shades of Powder Blue #BCDBDF
Tints of Powder Blue #BCDBDF
RGB
CMYK
RGB Variations
Color information
#BCDBDF (or 0xBCDBDF) is known color: Powder Blue. HEX triplet: BC, DB and DF. RGB value is (188,219,223). Sum of RGB (Red+Green+Blue) = 188+219+223=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 219 (85.94% from 255 or 34.76% 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 #BCDBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBDF is #432420. Grayscale: #D2D2D2. Windows color (decimal): -4400161 or 14670780. OLE color: 14670780.
HSL color Cylindrical-coordinate representation of color #BCDBDF: hue angle of 186.86º 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 #BCDBDF is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 219 | 223 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.13 |
| HSL | 186.86º | 0.35% | 0.81% | - |
| HSV(B) | 186.86º | 0.16% | 0.87% | - |
| XYZ | 59.39 | 66.68 | 79.55 | - |
| YUV | 210.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 223 | 0.16 | 0.02 | 0 | 0.13 | 186.86 | 0.35 | 0.81 |
| Hex | BC | DB | DF | 10 | 2 | 0 | D | BB | 23 | 51 |
| Octal | 274 | 333 | 337 | 20 | 2 | 0 | 15 | 273 | 43 | 121 |
| Binary | 10111100 | 11011011 | 11011111 | 10000 | 10 | 0 | 1101 | 10111011 | 100011 | 1010001 |
Color Harmonies of #BCDBDF
Complementary color
Monochromatic Colors of #BCDBDF
Black with #BCDBDF
Text Example
Text Example
White with #BCDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBDF; }
p { color: rgb(188,219,223); }
H1.HeaderClassName
{
color: #BCDBDF;
}
.AnyTagClassName
{
color: #BCDBDF;
}
</style>
background-color css
<style>
a { background-color: #BCDBDF; }
a { background-color: rgb(188,219,223); }
div.DivClassName
{
background-color: #BCDBDF;
}
.BgClassName
{
background-color: #BCDBDF;
}
</style>
border-color css
<style>
span { border-color: #BCDBDF; }
span { border-color: rgb(188,219,223); }
td.TdClassName
{
border-color: #BCDBDF;
}
.TagClassName
{
border-color: #BCDBDF;
}
</style>