Shades of Powder Blue #B1DCDB
Tints of Powder Blue #B1DCDB
RGB
CMYK
RGB Variations
Color information
#B1DCDB (or 0xB1DCDB) is known color: Powder Blue. HEX triplet: B1, DC and DB. RGB value is (177,220,219). Sum of RGB (Red+Green+Blue) = 177+220+219=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCDB is #4E2324. Grayscale: #CECECE. Windows color (decimal): -5120805 or 14408881. OLE color: 14408881.
HSL color Cylindrical-coordinate representation of color #B1DCDB: hue angle of 178.6º 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 #B1DCDB is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 219 | - |
| CMYK | 0.20 | 0 | 0.00 | 0.14 |
| HSL | 178.6º | 0.38% | 0.78% | - |
| HSV(B) | 178.6º | 0.2% | 0.86% | - |
| XYZ | 56.51 | 65.65 | 76.71 | - |
| YUV | 207.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 219 | 0.20 | 0 | 0.00 | 0.14 | 178.6 | 0.38 | 0.78 |
| Hex | B1 | DC | DB | 14 | 0 | 0 | E | B3 | 26 | 4E |
| Octal | 261 | 334 | 333 | 24 | 0 | 0 | 16 | 263 | 46 | 116 |
| Binary | 10110001 | 11011100 | 11011011 | 10100 | 0 | 0 | 1110 | 10110011 | 100110 | 1001110 |
Color Harmonies of #B1DCDB
Complementary color
Monochromatic Colors of #B1DCDB
Black with #B1DCDB
Text Example
Text Example
White with #B1DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCDB; }
p { color: rgb(177,220,219); }
H1.HeaderClassName
{
color: #B1DCDB;
}
.AnyTagClassName
{
color: #B1DCDB;
}
</style>
background-color css
<style>
a { background-color: #B1DCDB; }
a { background-color: rgb(177,220,219); }
div.DivClassName
{
background-color: #B1DCDB;
}
.BgClassName
{
background-color: #B1DCDB;
}
</style>
border-color css
<style>
span { border-color: #B1DCDB; }
span { border-color: rgb(177,220,219); }
td.TdClassName
{
border-color: #B1DCDB;
}
.TagClassName
{
border-color: #B1DCDB;
}
</style>