Shades of Powder Blue #B2DCDD
Tints of Powder Blue #B2DCDD
RGB
CMYK
RGB Variations
Color information
#B2DCDD (or 0xB2DCDD) is known color: Powder Blue. HEX triplet: B2, DC and DD. RGB value is (178,220,221). Sum of RGB (Red+Green+Blue) = 178+220+221=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCDD is #4D2322. Grayscale: #CFCFCF. Windows color (decimal): -5055267 or 14539954. OLE color: 14539954.
HSL color Cylindrical-coordinate representation of color #B2DCDD: hue angle of 181.4º 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 #B2DCDD is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 220 | 221 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.13 |
| HSL | 181.4º | 0.39% | 0.78% | - |
| HSV(B) | 181.4º | 0.19% | 0.87% | - |
| XYZ | 57 | 65.87 | 78.12 | - |
| YUV | 207.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 221 | 0.19 | 0.00 | 0 | 0.13 | 181.4 | 0.39 | 0.78 |
| Hex | B2 | DC | DD | 13 | 0 | 0 | D | B5 | 27 | 4E |
| Octal | 262 | 334 | 335 | 23 | 0 | 0 | 15 | 265 | 47 | 116 |
| Binary | 10110010 | 11011100 | 11011101 | 10011 | 0 | 0 | 1101 | 10110101 | 100111 | 1001110 |
Color Harmonies of #B2DCDD
Complementary color
Monochromatic Colors of #B2DCDD
Black with #B2DCDD
Text Example
Text Example
White with #B2DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCDD; }
p { color: rgb(178,220,221); }
H1.HeaderClassName
{
color: #B2DCDD;
}
.AnyTagClassName
{
color: #B2DCDD;
}
</style>
background-color css
<style>
a { background-color: #B2DCDD; }
a { background-color: rgb(178,220,221); }
div.DivClassName
{
background-color: #B2DCDD;
}
.BgClassName
{
background-color: #B2DCDD;
}
</style>
border-color css
<style>
span { border-color: #B2DCDD; }
span { border-color: rgb(178,220,221); }
td.TdClassName
{
border-color: #B2DCDD;
}
.TagClassName
{
border-color: #B2DCDD;
}
</style>