Shades of Powder Blue #B4DFDD
Tints of Powder Blue #B4DFDD
RGB
CMYK
RGB Variations
Color information
#B4DFDD (or 0xB4DFDD) is known color: Powder Blue. HEX triplet: B4, DF and DD. RGB value is (180,223,221). Sum of RGB (Red+Green+Blue) = 180+223+221=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFDD is #4B2022. Grayscale: #D1D1D1. Windows color (decimal): -4923427 or 14540724. OLE color: 14540724.
HSL color Cylindrical-coordinate representation of color #B4DFDD: hue angle of 177.21º 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 #B4DFDD is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 221 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.13 |
| HSL | 177.21º | 0.4% | 0.79% | - |
| HSV(B) | 177.21º | 0.19% | 0.87% | - |
| XYZ | 58.26 | 67.7 | 78.4 | - |
| YUV | 209.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 221 | 0.19 | 0 | 0.01 | 0.13 | 177.21 | 0.4 | 0.79 |
| Hex | B4 | DF | DD | 13 | 0 | 1 | D | B1 | 28 | 4F |
| Octal | 264 | 337 | 335 | 23 | 0 | 1 | 15 | 261 | 50 | 117 |
| Binary | 10110100 | 11011111 | 11011101 | 10011 | 0 | 1 | 1101 | 10110001 | 101000 | 1001111 |
Color Harmonies of #B4DFDD
Complementary color
Monochromatic Colors of #B4DFDD
Black with #B4DFDD
Text Example
Text Example
White with #B4DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DFDD; }
p { color: rgb(180,223,221); }
H1.HeaderClassName
{
color: #B4DFDD;
}
.AnyTagClassName
{
color: #B4DFDD;
}
</style>
background-color css
<style>
a { background-color: #B4DFDD; }
a { background-color: rgb(180,223,221); }
div.DivClassName
{
background-color: #B4DFDD;
}
.BgClassName
{
background-color: #B4DFDD;
}
</style>
border-color css
<style>
span { border-color: #B4DFDD; }
span { border-color: rgb(180,223,221); }
td.TdClassName
{
border-color: #B4DFDD;
}
.TagClassName
{
border-color: #B4DFDD;
}
</style>