Shades of Powder Blue #B0D8DC
Tints of Powder Blue #B0D8DC
RGB
CMYK
RGB Variations
Color information
#B0D8DC (or 0xB0D8DC) is known color: Powder Blue. HEX triplet: B0, D8 and DC. RGB value is (176,216,220). Sum of RGB (Red+Green+Blue) = 176+216+220=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8DC is #4F2723. Grayscale: #CCCCCC. Windows color (decimal): -5187364 or 14473392. OLE color: 14473392.
HSL color Cylindrical-coordinate representation of color #B0D8DC: hue angle of 185.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D8DC is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 216 | 220 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.14 |
| HSL | 185.45º | 0.39% | 0.78% | - |
| HSV(B) | 185.45º | 0.2% | 0.86% | - |
| XYZ | 55.38 | 63.51 | 77.05 | - |
| YUV | 204.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 220 | 0.2 | 0.02 | 0 | 0.14 | 185.45 | 0.39 | 0.78 |
| Hex | B0 | D8 | DC | 14 | 2 | 0 | E | B9 | 27 | 4E |
| Octal | 260 | 330 | 334 | 24 | 2 | 0 | 16 | 271 | 47 | 116 |
| Binary | 10110000 | 11011000 | 11011100 | 10100 | 10 | 0 | 1110 | 10111001 | 100111 | 1001110 |
Color Harmonies of #B0D8DC
Complementary color
Monochromatic Colors of #B0D8DC
Black with #B0D8DC
Text Example
Text Example
White with #B0D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D8DC; }
p { color: rgb(176,216,220); }
H1.HeaderClassName
{
color: #B0D8DC;
}
.AnyTagClassName
{
color: #B0D8DC;
}
</style>
background-color css
<style>
a { background-color: #B0D8DC; }
a { background-color: rgb(176,216,220); }
div.DivClassName
{
background-color: #B0D8DC;
}
.BgClassName
{
background-color: #B0D8DC;
}
</style>
border-color css
<style>
span { border-color: #B0D8DC; }
span { border-color: rgb(176,216,220); }
td.TdClassName
{
border-color: #B0D8DC;
}
.TagClassName
{
border-color: #B0D8DC;
}
</style>