Shades of Powder Blue #B5D6DB
Tints of Powder Blue #B5D6DB
RGB
CMYK
RGB Variations
Color information
#B5D6DB (or 0xB5D6DB) is known color: Powder Blue. HEX triplet: B5, D6 and DB. RGB value is (181,214,219). Sum of RGB (Red+Green+Blue) = 181+214+219=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6DB is #4A2924. Grayscale: #CCCCCC. Windows color (decimal): -4860197 or 14407349. OLE color: 14407349.
HSL color Cylindrical-coordinate representation of color #B5D6DB: hue angle of 187.89º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5D6DB is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 214 | 219 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.14 |
| HSL | 187.89º | 0.35% | 0.78% | - |
| HSV(B) | 187.89º | 0.17% | 0.86% | - |
| XYZ | 55.89 | 63.03 | 76.24 | - |
| YUV | 204.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 219 | 0.17 | 0.02 | 0 | 0.14 | 187.89 | 0.35 | 0.78 |
| Hex | B5 | D6 | DB | 11 | 2 | 0 | E | BC | 23 | 4E |
| Octal | 265 | 326 | 333 | 21 | 2 | 0 | 16 | 274 | 43 | 116 |
| Binary | 10110101 | 11010110 | 11011011 | 10001 | 10 | 0 | 1110 | 10111100 | 100011 | 1001110 |
Color Harmonies of #B5D6DB
Complementary color
Monochromatic Colors of #B5D6DB
Black with #B5D6DB
Text Example
Text Example
White with #B5D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D6DB; }
p { color: rgb(181,214,219); }
H1.HeaderClassName
{
color: #B5D6DB;
}
.AnyTagClassName
{
color: #B5D6DB;
}
</style>
background-color css
<style>
a { background-color: #B5D6DB; }
a { background-color: rgb(181,214,219); }
div.DivClassName
{
background-color: #B5D6DB;
}
.BgClassName
{
background-color: #B5D6DB;
}
</style>
border-color css
<style>
span { border-color: #B5D6DB; }
span { border-color: rgb(181,214,219); }
td.TdClassName
{
border-color: #B5D6DB;
}
.TagClassName
{
border-color: #B5D6DB;
}
</style>