Shades of Powder Blue #B4D6D8
Tints of Powder Blue #B4D6D8
RGB
CMYK
RGB Variations
Color information
#B4D6D8 (or 0xB4D6D8) is known color: Powder Blue. HEX triplet: B4, D6 and D8. RGB value is (180,214,216). Sum of RGB (Red+Green+Blue) = 180+214+216=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #B4D6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D6D8 is #4B2927. Grayscale: #CCCCCC. Windows color (decimal): -4925736 or 14210740. OLE color: 14210740.
HSL color Cylindrical-coordinate representation of color #B4D6D8: hue angle of 183.33º 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 #B4D6D8 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 214 | 216 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.15 |
| HSL | 183.33º | 0.32% | 0.78% | - |
| HSV(B) | 183.33º | 0.17% | 0.85% | - |
| XYZ | 55.26 | 62.75 | 74.17 | - |
| YUV | 204.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 216 | 0.17 | 0.01 | 0 | 0.15 | 183.33 | 0.32 | 0.78 |
| Hex | B4 | D6 | D8 | 11 | 1 | 0 | F | B7 | 20 | 4E |
| Octal | 264 | 326 | 330 | 21 | 1 | 0 | 17 | 267 | 40 | 116 |
| Binary | 10110100 | 11010110 | 11011000 | 10001 | 1 | 0 | 1111 | 10110111 | 100000 | 1001110 |
Color Harmonies of #B4D6D8
Complementary color
Monochromatic Colors of #B4D6D8
Black with #B4D6D8
Text Example
Text Example
White with #B4D6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D6D8; }
p { color: rgb(180,214,216); }
H1.HeaderClassName
{
color: #B4D6D8;
}
.AnyTagClassName
{
color: #B4D6D8;
}
</style>
background-color css
<style>
a { background-color: #B4D6D8; }
a { background-color: rgb(180,214,216); }
div.DivClassName
{
background-color: #B4D6D8;
}
.BgClassName
{
background-color: #B4D6D8;
}
</style>
border-color css
<style>
span { border-color: #B4D6D8; }
span { border-color: rgb(180,214,216); }
td.TdClassName
{
border-color: #B4D6D8;
}
.TagClassName
{
border-color: #B4D6D8;
}
</style>