Shades of Powder Blue #B1DEDE
Tints of Powder Blue #B1DEDE
RGB
CMYK
RGB Variations
Color information
#B1DEDE (or 0xB1DEDE) is known color: Powder Blue. HEX triplet: B1, DE and DE. RGB value is (177,222,222). Sum of RGB (Red+Green+Blue) = 177+222+222=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #B1DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEDE is #4E2121. Grayscale: #D0D0D0. Windows color (decimal): -5120290 or 14606001. OLE color: 14606001.
HSL color Cylindrical-coordinate representation of color #B1DEDE: hue angle of 180º degrees, saturation: 0.41, 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 #B1DEDE is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 222 | - |
| CMYK | 0.20 | 0 | 0 | 0.13 |
| HSL | 180º | 0.41% | 0.78% | - |
| HSV(B) | 180º | 0.2% | 0.87% | - |
| XYZ | 57.44 | 66.86 | 78.99 | - |
| YUV | 208.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 222 | 0.20 | 0 | 0 | 0.13 | 180 | 0.41 | 0.78 |
| Hex | B1 | DE | DE | 14 | 0 | 0 | D | B4 | 29 | 4E |
| Octal | 261 | 336 | 336 | 24 | 0 | 0 | 15 | 264 | 51 | 116 |
| Binary | 10110001 | 11011110 | 11011110 | 10100 | 0 | 0 | 1101 | 10110100 | 101001 | 1001110 |
Color Harmonies of #B1DEDE
Complementary color
Monochromatic Colors of #B1DEDE
Black with #B1DEDE
Text Example
Text Example
White with #B1DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DEDE; }
p { color: rgb(177,222,222); }
H1.HeaderClassName
{
color: #B1DEDE;
}
.AnyTagClassName
{
color: #B1DEDE;
}
</style>
background-color css
<style>
a { background-color: #B1DEDE; }
a { background-color: rgb(177,222,222); }
div.DivClassName
{
background-color: #B1DEDE;
}
.BgClassName
{
background-color: #B1DEDE;
}
</style>
border-color css
<style>
span { border-color: #B1DEDE; }
span { border-color: rgb(177,222,222); }
td.TdClassName
{
border-color: #B1DEDE;
}
.TagClassName
{
border-color: #B1DEDE;
}
</style>