Shades of Powder Blue #B2DDDD
Tints of Powder Blue #B2DDDD
RGB
CMYK
RGB Variations
Color information
#B2DDDD (or 0xB2DDDD) is known color: Powder Blue. HEX triplet: B2, DD and DD. RGB value is (178,221,221). Sum of RGB (Red+Green+Blue) = 178+221+221=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #B2DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDDD is #4D2222. Grayscale: #D0D0D0. Windows color (decimal): -5055011 or 14540210. OLE color: 14540210.
HSL color Cylindrical-coordinate representation of color #B2DDDD: 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.19%. Process color model (Four color, CMYK) of #B2DDDD is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 221 | - |
| CMYK | 0.19 | 0 | 0 | 0.13 |
| HSL | 180º | 0.39% | 0.78% | - |
| HSV(B) | 180º | 0.19% | 0.87% | - |
| XYZ | 57.27 | 66.4 | 78.2 | - |
| YUV | 208.14 | 135.25 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 221 | 0.19 | 0 | 0 | 0.13 | 180 | 0.39 | 0.78 |
| Hex | B2 | DD | DD | 13 | 0 | 0 | D | B4 | 27 | 4E |
| Octal | 262 | 335 | 335 | 23 | 0 | 0 | 15 | 264 | 47 | 116 |
| Binary | 10110010 | 11011101 | 11011101 | 10011 | 0 | 0 | 1101 | 10110100 | 100111 | 1001110 |
Color Harmonies of #B2DDDD
Complementary color
Monochromatic Colors of #B2DDDD
Black with #B2DDDD
Text Example
Text Example
White with #B2DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDDD; }
p { color: rgb(178,221,221); }
H1.HeaderClassName
{
color: #B2DDDD;
}
.AnyTagClassName
{
color: #B2DDDD;
}
</style>
background-color css
<style>
a { background-color: #B2DDDD; }
a { background-color: rgb(178,221,221); }
div.DivClassName
{
background-color: #B2DDDD;
}
.BgClassName
{
background-color: #B2DDDD;
}
</style>
border-color css
<style>
span { border-color: #B2DDDD; }
span { border-color: rgb(178,221,221); }
td.TdClassName
{
border-color: #B2DDDD;
}
.TagClassName
{
border-color: #B2DDDD;
}
</style>