Shades of Powder Blue #B0D7DB
Tints of Powder Blue #B0D7DB
RGB
CMYK
RGB Variations
Color information
#B0D7DB (or 0xB0D7DB) is known color: Powder Blue. HEX triplet: B0, D7 and DB. RGB value is (176,215,219). Sum of RGB (Red+Green+Blue) = 176+215+219=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0D7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7DB is #4F2824. Grayscale: #CBCBCB. Windows color (decimal): -5187621 or 14407600. OLE color: 14407600.
HSL color Cylindrical-coordinate representation of color #B0D7DB: hue angle of 185.58º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D7DB is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 215 | 219 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.14 |
| HSL | 185.58º | 0.37% | 0.77% | - |
| HSV(B) | 185.58º | 0.2% | 0.86% | - |
| XYZ | 54.99 | 62.95 | 76.27 | - |
| YUV | 203.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 219 | 0.20 | 0.02 | 0 | 0.14 | 185.58 | 0.37 | 0.77 |
| Hex | B0 | D7 | DB | 14 | 2 | 0 | E | BA | 25 | 4D |
| Octal | 260 | 327 | 333 | 24 | 2 | 0 | 16 | 272 | 45 | 115 |
| Binary | 10110000 | 11010111 | 11011011 | 10100 | 10 | 0 | 1110 | 10111010 | 100101 | 1001101 |
Color Harmonies of #B0D7DB
Complementary color
Monochromatic Colors of #B0D7DB
Black with #B0D7DB
Text Example
Text Example
White with #B0D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D7DB; }
p { color: rgb(176,215,219); }
H1.HeaderClassName
{
color: #B0D7DB;
}
.AnyTagClassName
{
color: #B0D7DB;
}
</style>
background-color css
<style>
a { background-color: #B0D7DB; }
a { background-color: rgb(176,215,219); }
div.DivClassName
{
background-color: #B0D7DB;
}
.BgClassName
{
background-color: #B0D7DB;
}
</style>
border-color css
<style>
span { border-color: #B0D7DB; }
span { border-color: rgb(176,215,219); }
td.TdClassName
{
border-color: #B0D7DB;
}
.TagClassName
{
border-color: #B0D7DB;
}
</style>