Shades of Powder Blue #B2DCDB
Tints of Powder Blue #B2DCDB
RGB
CMYK
RGB Variations
Color information
#B2DCDB (or 0xB2DCDB) is known color: Powder Blue. HEX triplet: B2, DC and DB. RGB value is (178,220,219). Sum of RGB (Red+Green+Blue) = 178+220+219=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCDB is #4D2324. Grayscale: #CFCFCF. Windows color (decimal): -5055269 or 14408882. OLE color: 14408882.
HSL color Cylindrical-coordinate representation of color #B2DCDB: hue angle of 178.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DCDB is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 219 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.14 |
| HSL | 178.57º | 0.38% | 0.78% | - |
| HSV(B) | 178.57º | 0.19% | 0.86% | - |
| XYZ | 56.74 | 65.77 | 76.72 | - |
| YUV | 207.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 219 | 0.19 | 0 | 0.00 | 0.14 | 178.57 | 0.38 | 0.78 |
| Hex | B2 | DC | DB | 13 | 0 | 0 | E | B3 | 26 | 4E |
| Octal | 262 | 334 | 333 | 23 | 0 | 0 | 16 | 263 | 46 | 116 |
| Binary | 10110010 | 11011100 | 11011011 | 10011 | 0 | 0 | 1110 | 10110011 | 100110 | 1001110 |
Color Harmonies of #B2DCDB
Complementary color
Monochromatic Colors of #B2DCDB
Black with #B2DCDB
Text Example
Text Example
White with #B2DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCDB; }
p { color: rgb(178,220,219); }
H1.HeaderClassName
{
color: #B2DCDB;
}
.AnyTagClassName
{
color: #B2DCDB;
}
</style>
background-color css
<style>
a { background-color: #B2DCDB; }
a { background-color: rgb(178,220,219); }
div.DivClassName
{
background-color: #B2DCDB;
}
.BgClassName
{
background-color: #B2DCDB;
}
</style>
border-color css
<style>
span { border-color: #B2DCDB; }
span { border-color: rgb(178,220,219); }
td.TdClassName
{
border-color: #B2DCDB;
}
.TagClassName
{
border-color: #B2DCDB;
}
</style>