Shades of Powder Blue #BBD9DC
Tints of Powder Blue #BBD9DC
RGB
CMYK
RGB Variations
Color information
#BBD9DC (or 0xBBD9DC) is known color: Powder Blue. HEX triplet: BB, D9 and DC. RGB value is (187,217,220). Sum of RGB (Red+Green+Blue) = 187+217+220=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9DC is #442623. Grayscale: #D0D0D0. Windows color (decimal): -4466212 or 14473659. OLE color: 14473659.
HSL color Cylindrical-coordinate representation of color #BBD9DC: hue angle of 185.45º degrees, saturation: 0.32, 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 #BBD9DC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 217 | 220 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.14 |
| HSL | 185.45º | 0.32% | 0.8% | - |
| HSV(B) | 185.45º | 0.15% | 0.86% | - |
| XYZ | 58.22 | 65.36 | 77.26 | - |
| YUV | 208.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 220 | 0.15 | 0.01 | 0 | 0.14 | 185.45 | 0.32 | 0.8 |
| Hex | BB | D9 | DC | F | 1 | 0 | E | B9 | 20 | 50 |
| Octal | 273 | 331 | 334 | 17 | 1 | 0 | 16 | 271 | 40 | 120 |
| Binary | 10111011 | 11011001 | 11011100 | 1111 | 1 | 0 | 1110 | 10111001 | 100000 | 1010000 |
Color Harmonies of #BBD9DC
Complementary color
Monochromatic Colors of #BBD9DC
Black with #BBD9DC
Text Example
Text Example
White with #BBD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9DC; }
p { color: rgb(187,217,220); }
H1.HeaderClassName
{
color: #BBD9DC;
}
.AnyTagClassName
{
color: #BBD9DC;
}
</style>
background-color css
<style>
a { background-color: #BBD9DC; }
a { background-color: rgb(187,217,220); }
div.DivClassName
{
background-color: #BBD9DC;
}
.BgClassName
{
background-color: #BBD9DC;
}
</style>
border-color css
<style>
span { border-color: #BBD9DC; }
span { border-color: rgb(187,217,220); }
td.TdClassName
{
border-color: #BBD9DC;
}
.TagClassName
{
border-color: #BBD9DC;
}
</style>