Shades of Powder Blue #B0DDDD
Tints of Powder Blue #B0DDDD
RGB
CMYK
RGB Variations
Color information
#B0DDDD (or 0xB0DDDD) is known color: Powder Blue. HEX triplet: B0, DD and DD. RGB value is (176,221,221). Sum of RGB (Red+Green+Blue) = 176+221+221=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #B0DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDDD is #4F2222. Grayscale: #CFCFCF. Windows color (decimal): -5186083 or 14540208. OLE color: 14540208.
HSL color Cylindrical-coordinate representation of color #B0DDDD: hue angle of 180º degrees, saturation: 0.4, 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 #B0DDDD is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 221 | - |
| CMYK | 0.20 | 0 | 0 | 0.13 |
| HSL | 180º | 0.4% | 0.78% | - |
| HSV(B) | 180º | 0.2% | 0.87% | - |
| XYZ | 56.81 | 66.16 | 78.18 | - |
| YUV | 207.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 221 | 0.20 | 0 | 0 | 0.13 | 180 | 0.4 | 0.78 |
| Hex | B0 | DD | DD | 14 | 0 | 0 | D | B4 | 28 | 4E |
| Octal | 260 | 335 | 335 | 24 | 0 | 0 | 15 | 264 | 50 | 116 |
| Binary | 10110000 | 11011101 | 11011101 | 10100 | 0 | 0 | 1101 | 10110100 | 101000 | 1001110 |
Color Harmonies of #B0DDDD
Complementary color
Monochromatic Colors of #B0DDDD
Black with #B0DDDD
Text Example
Text Example
White with #B0DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDDD; }
p { color: rgb(176,221,221); }
H1.HeaderClassName
{
color: #B0DDDD;
}
.AnyTagClassName
{
color: #B0DDDD;
}
</style>
background-color css
<style>
a { background-color: #B0DDDD; }
a { background-color: rgb(176,221,221); }
div.DivClassName
{
background-color: #B0DDDD;
}
.BgClassName
{
background-color: #B0DDDD;
}
</style>
border-color css
<style>
span { border-color: #B0DDDD; }
span { border-color: rgb(176,221,221); }
td.TdClassName
{
border-color: #B0DDDD;
}
.TagClassName
{
border-color: #B0DDDD;
}
</style>