Shades of Powder Blue #B2DDDE
Tints of Powder Blue #B2DDDE
RGB
CMYK
RGB Variations
Color information
#B2DDDE (or 0xB2DDDE) is known color: Powder Blue. HEX triplet: B2, DD and DE. RGB value is (178,221,222). Sum of RGB (Red+Green+Blue) = 178+221+222=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDDE is #4D2221. Grayscale: #D0D0D0. Windows color (decimal): -5055010 or 14605746. OLE color: 14605746.
HSL color Cylindrical-coordinate representation of color #B2DDDE: hue angle of 181.36º 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 #B2DDDE is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 222 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.13 |
| HSL | 181.36º | 0.4% | 0.78% | - |
| HSV(B) | 181.36º | 0.2% | 0.87% | - |
| XYZ | 57.4 | 66.45 | 78.91 | - |
| YUV | 208.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 222 | 0.20 | 0.00 | 0 | 0.13 | 181.36 | 0.4 | 0.78 |
| Hex | B2 | DD | DE | 14 | 0 | 0 | D | B5 | 28 | 4E |
| Octal | 262 | 335 | 336 | 24 | 0 | 0 | 15 | 265 | 50 | 116 |
| Binary | 10110010 | 11011101 | 11011110 | 10100 | 0 | 0 | 1101 | 10110101 | 101000 | 1001110 |
Color Harmonies of #B2DDDE
Complementary color
Monochromatic Colors of #B2DDDE
Black with #B2DDDE
Text Example
Text Example
White with #B2DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDDE; }
p { color: rgb(178,221,222); }
H1.HeaderClassName
{
color: #B2DDDE;
}
.AnyTagClassName
{
color: #B2DDDE;
}
</style>
background-color css
<style>
a { background-color: #B2DDDE; }
a { background-color: rgb(178,221,222); }
div.DivClassName
{
background-color: #B2DDDE;
}
.BgClassName
{
background-color: #B2DDDE;
}
</style>
border-color css
<style>
span { border-color: #B2DDDE; }
span { border-color: rgb(178,221,222); }
td.TdClassName
{
border-color: #B2DDDE;
}
.TagClassName
{
border-color: #B2DDDE;
}
</style>