Shades of Powder Blue #B2DFDD
Tints of Powder Blue #B2DFDD
RGB
CMYK
RGB Variations
Color information
#B2DFDD (or 0xB2DFDD) is known color: Powder Blue. HEX triplet: B2, DF and DD. RGB value is (178,223,221). Sum of RGB (Red+Green+Blue) = 178+223+221=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFDD is #4D2022. Grayscale: #D1D1D1. Windows color (decimal): -5054499 or 14540722. OLE color: 14540722.
HSL color Cylindrical-coordinate representation of color #B2DFDD: hue angle of 177.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFDD is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 221 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.13 |
| HSL | 177.33º | 0.41% | 0.79% | - |
| HSV(B) | 177.33º | 0.2% | 0.87% | - |
| XYZ | 57.8 | 67.46 | 78.38 | - |
| YUV | 209.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 221 | 0.20 | 0 | 0.01 | 0.13 | 177.33 | 0.41 | 0.79 |
| Hex | B2 | DF | DD | 14 | 0 | 1 | D | B1 | 29 | 4F |
| Octal | 262 | 337 | 335 | 24 | 0 | 1 | 15 | 261 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11011101 | 10100 | 0 | 1 | 1101 | 10110001 | 101001 | 1001111 |
Color Harmonies of #B2DFDD
Complementary color
Monochromatic Colors of #B2DFDD
Black with #B2DFDD
Text Example
Text Example
White with #B2DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFDD; }
p { color: rgb(178,223,221); }
H1.HeaderClassName
{
color: #B2DFDD;
}
.AnyTagClassName
{
color: #B2DFDD;
}
</style>
background-color css
<style>
a { background-color: #B2DFDD; }
a { background-color: rgb(178,223,221); }
div.DivClassName
{
background-color: #B2DFDD;
}
.BgClassName
{
background-color: #B2DFDD;
}
</style>
border-color css
<style>
span { border-color: #B2DFDD; }
span { border-color: rgb(178,223,221); }
td.TdClassName
{
border-color: #B2DFDD;
}
.TagClassName
{
border-color: #B2DFDD;
}
</style>