Shades of Powder Blue #B1D8DC
Tints of Powder Blue #B1D8DC
RGB
CMYK
RGB Variations
Color information
#B1D8DC (or 0xB1D8DC) is known color: Powder Blue. HEX triplet: B1, D8 and DC. RGB value is (177,216,220). Sum of RGB (Red+Green+Blue) = 177+216+220=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D8DC is #4E2723. Grayscale: #CCCCCC. Windows color (decimal): -5121828 or 14473393. OLE color: 14473393.
HSL color Cylindrical-coordinate representation of color #B1D8DC: hue angle of 185.58º degrees, saturation: 0.38, 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 #B1D8DC is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 216 | 220 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.14 |
| HSL | 185.58º | 0.38% | 0.78% | - |
| HSV(B) | 185.58º | 0.2% | 0.86% | - |
| XYZ | 55.61 | 63.63 | 77.06 | - |
| YUV | 204.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 220 | 0.20 | 0.02 | 0 | 0.14 | 185.58 | 0.38 | 0.78 |
| Hex | B1 | D8 | DC | 14 | 2 | 0 | E | BA | 26 | 4E |
| Octal | 261 | 330 | 334 | 24 | 2 | 0 | 16 | 272 | 46 | 116 |
| Binary | 10110001 | 11011000 | 11011100 | 10100 | 10 | 0 | 1110 | 10111010 | 100110 | 1001110 |
Color Harmonies of #B1D8DC
Complementary color
Monochromatic Colors of #B1D8DC
Black with #B1D8DC
Text Example
Text Example
White with #B1D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D8DC; }
p { color: rgb(177,216,220); }
H1.HeaderClassName
{
color: #B1D8DC;
}
.AnyTagClassName
{
color: #B1D8DC;
}
</style>
background-color css
<style>
a { background-color: #B1D8DC; }
a { background-color: rgb(177,216,220); }
div.DivClassName
{
background-color: #B1D8DC;
}
.BgClassName
{
background-color: #B1D8DC;
}
</style>
border-color css
<style>
span { border-color: #B1D8DC; }
span { border-color: rgb(177,216,220); }
td.TdClassName
{
border-color: #B1D8DC;
}
.TagClassName
{
border-color: #B1D8DC;
}
</style>