Shades of Powder Blue #B2DBDF
Tints of Powder Blue #B2DBDF
RGB
CMYK
RGB Variations
Color information
#B2DBDF (or 0xB2DBDF) is known color: Powder Blue. HEX triplet: B2, DB and DF. RGB value is (178,219,223). Sum of RGB (Red+Green+Blue) = 178+219+223=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBDF is #4D2420. Grayscale: #CFCFCF. Windows color (decimal): -5055521 or 14670770. OLE color: 14670770.
HSL color Cylindrical-coordinate representation of color #B2DBDF: hue angle of 185.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 #B2DBDF is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 219 | 223 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.13 |
| HSL | 185.33º | 0.41% | 0.79% | - |
| HSV(B) | 185.33º | 0.2% | 0.87% | - |
| XYZ | 57.01 | 65.46 | 79.44 | - |
| YUV | 207.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 223 | 0.20 | 0.02 | 0 | 0.13 | 185.33 | 0.41 | 0.79 |
| Hex | B2 | DB | DF | 14 | 2 | 0 | D | B9 | 29 | 4F |
| Octal | 262 | 333 | 337 | 24 | 2 | 0 | 15 | 271 | 51 | 117 |
| Binary | 10110010 | 11011011 | 11011111 | 10100 | 10 | 0 | 1101 | 10111001 | 101001 | 1001111 |
Color Harmonies of #B2DBDF
Complementary color
Monochromatic Colors of #B2DBDF
Black with #B2DBDF
Text Example
Text Example
White with #B2DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBDF; }
p { color: rgb(178,219,223); }
H1.HeaderClassName
{
color: #B2DBDF;
}
.AnyTagClassName
{
color: #B2DBDF;
}
</style>
background-color css
<style>
a { background-color: #B2DBDF; }
a { background-color: rgb(178,219,223); }
div.DivClassName
{
background-color: #B2DBDF;
}
.BgClassName
{
background-color: #B2DBDF;
}
</style>
border-color css
<style>
span { border-color: #B2DBDF; }
span { border-color: rgb(178,219,223); }
td.TdClassName
{
border-color: #B2DBDF;
}
.TagClassName
{
border-color: #B2DBDF;
}
</style>