Shades of Powder Blue #B0DFDD
Tints of Powder Blue #B0DFDD
RGB
CMYK
RGB Variations
Color information
#B0DFDD (or 0xB0DFDD) is known color: Powder Blue. HEX triplet: B0, DF and DD. RGB value is (176,223,221). Sum of RGB (Red+Green+Blue) = 176+223+221=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFDD is #4F2022. Grayscale: #D0D0D0. Windows color (decimal): -5185571 or 14540720. OLE color: 14540720.
HSL color Cylindrical-coordinate representation of color #B0DFDD: hue angle of 177.45º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DFDD is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 221 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.13 |
| HSL | 177.45º | 0.42% | 0.78% | - |
| HSV(B) | 177.45º | 0.21% | 0.87% | - |
| XYZ | 57.34 | 67.23 | 78.36 | - |
| YUV | 208.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 221 | 0.21 | 0 | 0.01 | 0.13 | 177.45 | 0.42 | 0.78 |
| Hex | B0 | DF | DD | 15 | 0 | 1 | D | B1 | 2A | 4E |
| Octal | 260 | 337 | 335 | 25 | 0 | 1 | 15 | 261 | 52 | 116 |
| Binary | 10110000 | 11011111 | 11011101 | 10101 | 0 | 1 | 1101 | 10110001 | 101010 | 1001110 |
Color Harmonies of #B0DFDD
Complementary color
Monochromatic Colors of #B0DFDD
Black with #B0DFDD
Text Example
Text Example
White with #B0DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFDD; }
p { color: rgb(176,223,221); }
H1.HeaderClassName
{
color: #B0DFDD;
}
.AnyTagClassName
{
color: #B0DFDD;
}
</style>
background-color css
<style>
a { background-color: #B0DFDD; }
a { background-color: rgb(176,223,221); }
div.DivClassName
{
background-color: #B0DFDD;
}
.BgClassName
{
background-color: #B0DFDD;
}
</style>
border-color css
<style>
span { border-color: #B0DFDD; }
span { border-color: rgb(176,223,221); }
td.TdClassName
{
border-color: #B0DFDD;
}
.TagClassName
{
border-color: #B0DFDD;
}
</style>