Shades of Powder Blue #B4DCDD
Tints of Powder Blue #B4DCDD
RGB
CMYK
RGB Variations
Color information
#B4DCDD (or 0xB4DCDD) is known color: Powder Blue. HEX triplet: B4, DC and DD. RGB value is (180,220,221). Sum of RGB (Red+Green+Blue) = 180+220+221=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCDD is #4B2322. Grayscale: #D0D0D0. Windows color (decimal): -4924195 or 14539956. OLE color: 14539956.
HSL color Cylindrical-coordinate representation of color #B4DCDD: hue angle of 181.46º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DCDD is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 220 | 221 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.13 |
| HSL | 181.46º | 0.38% | 0.79% | - |
| HSV(B) | 181.46º | 0.19% | 0.87% | - |
| XYZ | 57.47 | 66.11 | 78.14 | - |
| YUV | 208.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 221 | 0.19 | 0.00 | 0 | 0.13 | 181.46 | 0.38 | 0.79 |
| Hex | B4 | DC | DD | 13 | 0 | 0 | D | B5 | 26 | 4F |
| Octal | 264 | 334 | 335 | 23 | 0 | 0 | 15 | 265 | 46 | 117 |
| Binary | 10110100 | 11011100 | 11011101 | 10011 | 0 | 0 | 1101 | 10110101 | 100110 | 1001111 |
Color Harmonies of #B4DCDD
Complementary color
Monochromatic Colors of #B4DCDD
Black with #B4DCDD
Text Example
Text Example
White with #B4DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCDD; }
p { color: rgb(180,220,221); }
H1.HeaderClassName
{
color: #B4DCDD;
}
.AnyTagClassName
{
color: #B4DCDD;
}
</style>
background-color css
<style>
a { background-color: #B4DCDD; }
a { background-color: rgb(180,220,221); }
div.DivClassName
{
background-color: #B4DCDD;
}
.BgClassName
{
background-color: #B4DCDD;
}
</style>
border-color css
<style>
span { border-color: #B4DCDD; }
span { border-color: rgb(180,220,221); }
td.TdClassName
{
border-color: #B4DCDD;
}
.TagClassName
{
border-color: #B4DCDD;
}
</style>