Shades of Powder Blue #B4D4D8
Tints of Powder Blue #B4D4D8
RGB
CMYK
RGB Variations
Color information
#B4D4D8 (or 0xB4D4D8) is known color: Powder Blue. HEX triplet: B4, D4 and D8. RGB value is (180,212,216). Sum of RGB (Red+Green+Blue) = 180+212+216=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #B4D4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D4D8 is #4B2B27. Grayscale: #CACACA. Windows color (decimal): -4926248 or 14210228. OLE color: 14210228.
HSL color Cylindrical-coordinate representation of color #B4D4D8: hue angle of 186.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4D4D8 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 212 | 216 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.15 |
| HSL | 186.67º | 0.32% | 0.78% | - |
| HSV(B) | 186.67º | 0.17% | 0.85% | - |
| XYZ | 54.76 | 61.75 | 74 | - |
| YUV | 202.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 212 | 216 | 0.17 | 0.02 | 0 | 0.15 | 186.67 | 0.32 | 0.78 |
| Hex | B4 | D4 | D8 | 11 | 2 | 0 | F | BB | 20 | 4E |
| Octal | 264 | 324 | 330 | 21 | 2 | 0 | 17 | 273 | 40 | 116 |
| Binary | 10110100 | 11010100 | 11011000 | 10001 | 10 | 0 | 1111 | 10111011 | 100000 | 1001110 |
Color Harmonies of #B4D4D8
Complementary color
Monochromatic Colors of #B4D4D8
Black with #B4D4D8
Text Example
Text Example
White with #B4D4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D4D8; }
p { color: rgb(180,212,216); }
H1.HeaderClassName
{
color: #B4D4D8;
}
.AnyTagClassName
{
color: #B4D4D8;
}
</style>
background-color css
<style>
a { background-color: #B4D4D8; }
a { background-color: rgb(180,212,216); }
div.DivClassName
{
background-color: #B4D4D8;
}
.BgClassName
{
background-color: #B4D4D8;
}
</style>
border-color css
<style>
span { border-color: #B4D4D8; }
span { border-color: rgb(180,212,216); }
td.TdClassName
{
border-color: #B4D4D8;
}
.TagClassName
{
border-color: #B4D4D8;
}
</style>