Shades of Powder Blue #BBDBDF
Tints of Powder Blue #BBDBDF
RGB
CMYK
RGB Variations
Color information
#BBDBDF (or 0xBBDBDF) is known color: Powder Blue. HEX triplet: BB, DB and DF. RGB value is (187,219,223). Sum of RGB (Red+Green+Blue) = 187+219+223=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBDBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBDF is #442420. Grayscale: #D1D1D1. Windows color (decimal): -4465697 or 14670779. OLE color: 14670779.
HSL color Cylindrical-coordinate representation of color #BBDBDF: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDBDF is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 219 | 223 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.13 |
| HSL | 186.67º | 0.36% | 0.8% | - |
| HSV(B) | 186.67º | 0.16% | 0.87% | - |
| XYZ | 59.14 | 66.56 | 79.54 | - |
| YUV | 209.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 223 | 0.16 | 0.02 | 0 | 0.13 | 186.67 | 0.36 | 0.8 |
| Hex | BB | DB | DF | 10 | 2 | 0 | D | BB | 24 | 50 |
| Octal | 273 | 333 | 337 | 20 | 2 | 0 | 15 | 273 | 44 | 120 |
| Binary | 10111011 | 11011011 | 11011111 | 10000 | 10 | 0 | 1101 | 10111011 | 100100 | 1010000 |
Color Harmonies of #BBDBDF
Complementary color
Monochromatic Colors of #BBDBDF
Black with #BBDBDF
Text Example
Text Example
White with #BBDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBDF; }
p { color: rgb(187,219,223); }
H1.HeaderClassName
{
color: #BBDBDF;
}
.AnyTagClassName
{
color: #BBDBDF;
}
</style>
background-color css
<style>
a { background-color: #BBDBDF; }
a { background-color: rgb(187,219,223); }
div.DivClassName
{
background-color: #BBDBDF;
}
.BgClassName
{
background-color: #BBDBDF;
}
</style>
border-color css
<style>
span { border-color: #BBDBDF; }
span { border-color: rgb(187,219,223); }
td.TdClassName
{
border-color: #BBDBDF;
}
.TagClassName
{
border-color: #BBDBDF;
}
</style>