Shades of Powder Blue #B4D9DE
Tints of Powder Blue #B4D9DE
RGB
CMYK
RGB Variations
Color information
#B4D9DE (or 0xB4D9DE) is known color: Powder Blue. HEX triplet: B4, D9 and DE. RGB value is (180,217,222). Sum of RGB (Red+Green+Blue) = 180+217+222=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4D9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D9DE is #4B2621. Grayscale: #CECECE. Windows color (decimal): -4924962 or 14604724. OLE color: 14604724.
HSL color Cylindrical-coordinate representation of color #B4D9DE: hue angle of 187.14º degrees, saturation: 0.39, 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 #B4D9DE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 217 | 222 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.13 |
| HSL | 187.14º | 0.39% | 0.79% | - |
| HSV(B) | 187.14º | 0.19% | 0.87% | - |
| XYZ | 56.82 | 64.6 | 78.58 | - |
| YUV | 206.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 222 | 0.19 | 0.02 | 0 | 0.13 | 187.14 | 0.39 | 0.79 |
| Hex | B4 | D9 | DE | 13 | 2 | 0 | D | BB | 27 | 4F |
| Octal | 264 | 331 | 336 | 23 | 2 | 0 | 15 | 273 | 47 | 117 |
| Binary | 10110100 | 11011001 | 11011110 | 10011 | 10 | 0 | 1101 | 10111011 | 100111 | 1001111 |
Color Harmonies of #B4D9DE
Complementary color
Monochromatic Colors of #B4D9DE
Black with #B4D9DE
Text Example
Text Example
White with #B4D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D9DE; }
p { color: rgb(180,217,222); }
H1.HeaderClassName
{
color: #B4D9DE;
}
.AnyTagClassName
{
color: #B4D9DE;
}
</style>
background-color css
<style>
a { background-color: #B4D9DE; }
a { background-color: rgb(180,217,222); }
div.DivClassName
{
background-color: #B4D9DE;
}
.BgClassName
{
background-color: #B4D9DE;
}
</style>
border-color css
<style>
span { border-color: #B4D9DE; }
span { border-color: rgb(180,217,222); }
td.TdClassName
{
border-color: #B4D9DE;
}
.TagClassName
{
border-color: #B4D9DE;
}
</style>