Shades of Powder Blue #B8D6D8
Tints of Powder Blue #B8D6D8
RGB
CMYK
RGB Variations
Color information
#B8D6D8 (or 0xB8D6D8) is known color: Powder Blue. HEX triplet: B8, D6 and D8. RGB value is (184,214,216). Sum of RGB (Red+Green+Blue) = 184+214+216=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 216 - color contains mainly: blue. Hex color #B8D6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6D8 is #472927. Grayscale: #CDCDCD. Windows color (decimal): -4663592 or 14210744. OLE color: 14210744.
HSL color Cylindrical-coordinate representation of color #B8D6D8: hue angle of 183.75º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8D6D8 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 214 | 216 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.15 |
| HSL | 183.75º | 0.29% | 0.78% | - |
| HSV(B) | 183.75º | 0.15% | 0.85% | - |
| XYZ | 56.21 | 63.24 | 74.21 | - |
| YUV | 205.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 216 | 0.15 | 0.01 | 0 | 0.15 | 183.75 | 0.29 | 0.78 |
| Hex | B8 | D6 | D8 | F | 1 | 0 | F | B8 | 1D | 4E |
| Octal | 270 | 326 | 330 | 17 | 1 | 0 | 17 | 270 | 35 | 116 |
| Binary | 10111000 | 11010110 | 11011000 | 1111 | 1 | 0 | 1111 | 10111000 | 11101 | 1001110 |
Color Harmonies of #B8D6D8
Complementary color
Monochromatic Colors of #B8D6D8
Black with #B8D6D8
Text Example
Text Example
White with #B8D6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D6D8; }
p { color: rgb(184,214,216); }
H1.HeaderClassName
{
color: #B8D6D8;
}
.AnyTagClassName
{
color: #B8D6D8;
}
</style>
background-color css
<style>
a { background-color: #B8D6D8; }
a { background-color: rgb(184,214,216); }
div.DivClassName
{
background-color: #B8D6D8;
}
.BgClassName
{
background-color: #B8D6D8;
}
</style>
border-color css
<style>
span { border-color: #B8D6D8; }
span { border-color: rgb(184,214,216); }
td.TdClassName
{
border-color: #B8D6D8;
}
.TagClassName
{
border-color: #B8D6D8;
}
</style>