Shades of Powder Blue #BBD8DB
Tints of Powder Blue #BBD8DB
RGB
CMYK
RGB Variations
Color information
#BBD8DB (or 0xBBD8DB) is known color: Powder Blue. HEX triplet: BB, D8 and DB. RGB value is (187,216,219). Sum of RGB (Red+Green+Blue) = 187+216+219=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8DB is #442724. Grayscale: #CFCFCF. Windows color (decimal): -4466469 or 14407867. OLE color: 14407867.
HSL color Cylindrical-coordinate representation of color #BBD8DB: hue angle of 185.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD8DB is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 216 | 219 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.14 |
| HSL | 185.63º | 0.31% | 0.8% | - |
| HSV(B) | 185.63º | 0.15% | 0.86% | - |
| XYZ | 57.84 | 64.79 | 76.48 | - |
| YUV | 207.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 219 | 0.15 | 0.01 | 0 | 0.14 | 185.63 | 0.31 | 0.8 |
| Hex | BB | D8 | DB | F | 1 | 0 | E | BA | 1F | 50 |
| Octal | 273 | 330 | 333 | 17 | 1 | 0 | 16 | 272 | 37 | 120 |
| Binary | 10111011 | 11011000 | 11011011 | 1111 | 1 | 0 | 1110 | 10111010 | 11111 | 1010000 |
Color Harmonies of #BBD8DB
Complementary color
Monochromatic Colors of #BBD8DB
Black with #BBD8DB
Text Example
Text Example
White with #BBD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8DB; }
p { color: rgb(187,216,219); }
H1.HeaderClassName
{
color: #BBD8DB;
}
.AnyTagClassName
{
color: #BBD8DB;
}
</style>
background-color css
<style>
a { background-color: #BBD8DB; }
a { background-color: rgb(187,216,219); }
div.DivClassName
{
background-color: #BBD8DB;
}
.BgClassName
{
background-color: #BBD8DB;
}
</style>
border-color css
<style>
span { border-color: #BBD8DB; }
span { border-color: rgb(187,216,219); }
td.TdClassName
{
border-color: #BBD8DB;
}
.TagClassName
{
border-color: #BBD8DB;
}
</style>