Shades of Powder Blue #B4D8DC
Tints of Powder Blue #B4D8DC
RGB
CMYK
RGB Variations
Color information
#B4D8DC (or 0xB4D8DC) is known color: Powder Blue. HEX triplet: B4, D8 and DC. RGB value is (180,216,220). Sum of RGB (Red+Green+Blue) = 180+216+220=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8DC is #4B2723. Grayscale: #CDCDCD. Windows color (decimal): -4925220 or 14473396. OLE color: 14473396.
HSL color Cylindrical-coordinate representation of color #B4D8DC: hue angle of 186º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4D8DC is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 216 | 220 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.14 |
| HSL | 186º | 0.36% | 0.78% | - |
| HSV(B) | 186º | 0.18% | 0.86% | - |
| XYZ | 56.3 | 63.98 | 77.09 | - |
| YUV | 205.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 220 | 0.18 | 0.02 | 0 | 0.14 | 186 | 0.36 | 0.78 |
| Hex | B4 | D8 | DC | 12 | 2 | 0 | E | BA | 24 | 4E |
| Octal | 264 | 330 | 334 | 22 | 2 | 0 | 16 | 272 | 44 | 116 |
| Binary | 10110100 | 11011000 | 11011100 | 10010 | 10 | 0 | 1110 | 10111010 | 100100 | 1001110 |
Color Harmonies of #B4D8DC
Complementary color
Monochromatic Colors of #B4D8DC
Black with #B4D8DC
Text Example
Text Example
White with #B4D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D8DC; }
p { color: rgb(180,216,220); }
H1.HeaderClassName
{
color: #B4D8DC;
}
.AnyTagClassName
{
color: #B4D8DC;
}
</style>
background-color css
<style>
a { background-color: #B4D8DC; }
a { background-color: rgb(180,216,220); }
div.DivClassName
{
background-color: #B4D8DC;
}
.BgClassName
{
background-color: #B4D8DC;
}
</style>
border-color css
<style>
span { border-color: #B4D8DC; }
span { border-color: rgb(180,216,220); }
td.TdClassName
{
border-color: #B4D8DC;
}
.TagClassName
{
border-color: #B4D8DC;
}
</style>