Shades of Powder Blue #B1DADD
Tints of Powder Blue #B1DADD
RGB
CMYK
RGB Variations
Color information
#B1DADD (or 0xB1DADD) is known color: Powder Blue. HEX triplet: B1, DA and DD. RGB value is (177,218,221). Sum of RGB (Red+Green+Blue) = 177+218+221=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DADD is #4E2522. Grayscale: #CECECE. Windows color (decimal): -5121315 or 14539441. OLE color: 14539441.
HSL color Cylindrical-coordinate representation of color #B1DADD: hue angle of 184.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DADD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 218 | 221 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.13 |
| HSL | 184.09º | 0.39% | 0.78% | - |
| HSV(B) | 184.09º | 0.2% | 0.87% | - |
| XYZ | 56.25 | 64.71 | 77.93 | - |
| YUV | 206.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 221 | 0.20 | 0.01 | 0 | 0.13 | 184.09 | 0.39 | 0.78 |
| Hex | B1 | DA | DD | 14 | 1 | 0 | D | B8 | 27 | 4E |
| Octal | 261 | 332 | 335 | 24 | 1 | 0 | 15 | 270 | 47 | 116 |
| Binary | 10110001 | 11011010 | 11011101 | 10100 | 1 | 0 | 1101 | 10111000 | 100111 | 1001110 |
Color Harmonies of #B1DADD
Complementary color
Monochromatic Colors of #B1DADD
Black with #B1DADD
Text Example
Text Example
White with #B1DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DADD; }
p { color: rgb(177,218,221); }
H1.HeaderClassName
{
color: #B1DADD;
}
.AnyTagClassName
{
color: #B1DADD;
}
</style>
background-color css
<style>
a { background-color: #B1DADD; }
a { background-color: rgb(177,218,221); }
div.DivClassName
{
background-color: #B1DADD;
}
.BgClassName
{
background-color: #B1DADD;
}
</style>
border-color css
<style>
span { border-color: #B1DADD; }
span { border-color: rgb(177,218,221); }
td.TdClassName
{
border-color: #B1DADD;
}
.TagClassName
{
border-color: #B1DADD;
}
</style>