Shades of Powder Blue #B1DDDD
Tints of Powder Blue #B1DDDD
RGB
CMYK
RGB Variations
Color information
#B1DDDD (or 0xB1DDDD) is known color: Powder Blue. HEX triplet: B1, DD and DD. RGB value is (177,221,221). Sum of RGB (Red+Green+Blue) = 177+221+221=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #B1DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDDD is #4E2222. Grayscale: #CFCFCF. Windows color (decimal): -5120547 or 14540209. OLE color: 14540209.
HSL color Cylindrical-coordinate representation of color #B1DDDD: hue angle of 180º 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 #B1DDDD is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 221 | - |
| CMYK | 0.20 | 0 | 0 | 0.13 |
| HSL | 180º | 0.39% | 0.78% | - |
| HSV(B) | 180º | 0.2% | 0.87% | - |
| XYZ | 57.04 | 66.28 | 78.19 | - |
| YUV | 207.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 221 | 0.20 | 0 | 0 | 0.13 | 180 | 0.39 | 0.78 |
| Hex | B1 | DD | DD | 14 | 0 | 0 | D | B4 | 27 | 4E |
| Octal | 261 | 335 | 335 | 24 | 0 | 0 | 15 | 264 | 47 | 116 |
| Binary | 10110001 | 11011101 | 11011101 | 10100 | 0 | 0 | 1101 | 10110100 | 100111 | 1001110 |
Color Harmonies of #B1DDDD
Complementary color
Monochromatic Colors of #B1DDDD
Black with #B1DDDD
Text Example
Text Example
White with #B1DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDDD; }
p { color: rgb(177,221,221); }
H1.HeaderClassName
{
color: #B1DDDD;
}
.AnyTagClassName
{
color: #B1DDDD;
}
</style>
background-color css
<style>
a { background-color: #B1DDDD; }
a { background-color: rgb(177,221,221); }
div.DivClassName
{
background-color: #B1DDDD;
}
.BgClassName
{
background-color: #B1DDDD;
}
</style>
border-color css
<style>
span { border-color: #B1DDDD; }
span { border-color: rgb(177,221,221); }
td.TdClassName
{
border-color: #B1DDDD;
}
.TagClassName
{
border-color: #B1DDDD;
}
</style>