Shades of Powder Blue #BBD7DB
Tints of Powder Blue #BBD7DB
RGB
CMYK
RGB Variations
Color information
#BBD7DB (or 0xBBD7DB) is known color: Powder Blue. HEX triplet: BB, D7 and DB. RGB value is (187,215,219). Sum of RGB (Red+Green+Blue) = 187+215+219=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7DB is #442824. Grayscale: #CFCFCF. Windows color (decimal): -4466725 or 14407611. OLE color: 14407611.
HSL color Cylindrical-coordinate representation of color #BBD7DB: hue angle of 187.5º 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 #BBD7DB is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 215 | 219 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.14 |
| HSL | 187.5º | 0.31% | 0.8% | - |
| HSV(B) | 187.5º | 0.15% | 0.86% | - |
| XYZ | 57.58 | 64.28 | 76.39 | - |
| YUV | 207.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 219 | 0.15 | 0.02 | 0 | 0.14 | 187.5 | 0.31 | 0.8 |
| Hex | BB | D7 | DB | F | 2 | 0 | E | BC | 1F | 50 |
| Octal | 273 | 327 | 333 | 17 | 2 | 0 | 16 | 274 | 37 | 120 |
| Binary | 10111011 | 11010111 | 11011011 | 1111 | 10 | 0 | 1110 | 10111100 | 11111 | 1010000 |
Color Harmonies of #BBD7DB
Complementary color
Monochromatic Colors of #BBD7DB
Black with #BBD7DB
Text Example
Text Example
White with #BBD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7DB; }
p { color: rgb(187,215,219); }
H1.HeaderClassName
{
color: #BBD7DB;
}
.AnyTagClassName
{
color: #BBD7DB;
}
</style>
background-color css
<style>
a { background-color: #BBD7DB; }
a { background-color: rgb(187,215,219); }
div.DivClassName
{
background-color: #BBD7DB;
}
.BgClassName
{
background-color: #BBD7DB;
}
</style>
border-color css
<style>
span { border-color: #BBD7DB; }
span { border-color: rgb(187,215,219); }
td.TdClassName
{
border-color: #BBD7DB;
}
.TagClassName
{
border-color: #BBD7DB;
}
</style>