Shades of Powder Blue #B0DCDD
Tints of Powder Blue #B0DCDD
RGB
CMYK
RGB Variations
Color information
#B0DCDD (or 0xB0DCDD) is known color: Powder Blue. HEX triplet: B0, DC and DD. RGB value is (176,220,221). Sum of RGB (Red+Green+Blue) = 176+220+221=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCDD is #4F2322. Grayscale: #CECECE. Windows color (decimal): -5186339 or 14539952. OLE color: 14539952.
HSL color Cylindrical-coordinate representation of color #B0DCDD: hue angle of 181.33º 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 #B0DCDD is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 220 | 221 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.13 |
| HSL | 181.33º | 0.4% | 0.78% | - |
| HSV(B) | 181.33º | 0.2% | 0.87% | - |
| XYZ | 56.55 | 65.64 | 78.1 | - |
| YUV | 206.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 221 | 0.20 | 0.00 | 0 | 0.13 | 181.33 | 0.4 | 0.78 |
| Hex | B0 | DC | DD | 14 | 0 | 0 | D | B5 | 28 | 4E |
| Octal | 260 | 334 | 335 | 24 | 0 | 0 | 15 | 265 | 50 | 116 |
| Binary | 10110000 | 11011100 | 11011101 | 10100 | 0 | 0 | 1101 | 10110101 | 101000 | 1001110 |
Color Harmonies of #B0DCDD
Complementary color
Monochromatic Colors of #B0DCDD
Black with #B0DCDD
Text Example
Text Example
White with #B0DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCDD; }
p { color: rgb(176,220,221); }
H1.HeaderClassName
{
color: #B0DCDD;
}
.AnyTagClassName
{
color: #B0DCDD;
}
</style>
background-color css
<style>
a { background-color: #B0DCDD; }
a { background-color: rgb(176,220,221); }
div.DivClassName
{
background-color: #B0DCDD;
}
.BgClassName
{
background-color: #B0DCDD;
}
</style>
border-color css
<style>
span { border-color: #B0DCDD; }
span { border-color: rgb(176,220,221); }
td.TdClassName
{
border-color: #B0DCDD;
}
.TagClassName
{
border-color: #B0DCDD;
}
</style>