Shades of Powder Blue #B4D9DF
Tints of Powder Blue #B4D9DF
RGB
CMYK
RGB Variations
Color information
#B4D9DF (or 0xB4D9DF) is known color: Powder Blue. HEX triplet: B4, D9 and DF. RGB value is (180,217,223). Sum of RGB (Red+Green+Blue) = 180+217+223=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 217 (85.16% from 255 or 35% 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 #B4D9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D9DF is #4B2620. Grayscale: #CECECE. Windows color (decimal): -4924961 or 14670260. OLE color: 14670260.
HSL color Cylindrical-coordinate representation of color #B4D9DF: hue angle of 188.37º degrees, saturation: 0.4, 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 #B4D9DF is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 217 | 223 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.13 |
| HSL | 188.37º | 0.4% | 0.79% | - |
| HSV(B) | 188.37º | 0.19% | 0.87% | - |
| XYZ | 56.95 | 64.66 | 79.29 | - |
| YUV | 206.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 223 | 0.19 | 0.03 | 0 | 0.13 | 188.37 | 0.4 | 0.79 |
| Hex | B4 | D9 | DF | 13 | 3 | 0 | D | BC | 28 | 4F |
| Octal | 264 | 331 | 337 | 23 | 3 | 0 | 15 | 274 | 50 | 117 |
| Binary | 10110100 | 11011001 | 11011111 | 10011 | 11 | 0 | 1101 | 10111100 | 101000 | 1001111 |
Color Harmonies of #B4D9DF
Complementary color
Monochromatic Colors of #B4D9DF
Black with #B4D9DF
Text Example
Text Example
White with #B4D9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D9DF; }
p { color: rgb(180,217,223); }
H1.HeaderClassName
{
color: #B4D9DF;
}
.AnyTagClassName
{
color: #B4D9DF;
}
</style>
background-color css
<style>
a { background-color: #B4D9DF; }
a { background-color: rgb(180,217,223); }
div.DivClassName
{
background-color: #B4D9DF;
}
.BgClassName
{
background-color: #B4D9DF;
}
</style>
border-color css
<style>
span { border-color: #B4D9DF; }
span { border-color: rgb(180,217,223); }
td.TdClassName
{
border-color: #B4D9DF;
}
.TagClassName
{
border-color: #B4D9DF;
}
</style>