Shades of Powder Blue #B7D5D8
Tints of Powder Blue #B7D5D8
RGB
CMYK
RGB Variations
Color information
#B7D5D8 (or 0xB7D5D8) is known color: Powder Blue. HEX triplet: B7, D5 and D8. RGB value is (183,213,216). Sum of RGB (Red+Green+Blue) = 183+213+216=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 216 - color contains mainly: blue. Hex color #B7D5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D5D8 is #482A27. Grayscale: #CCCCCC. Windows color (decimal): -4729384 or 14210487. OLE color: 14210487.
HSL color Cylindrical-coordinate representation of color #B7D5D8: hue angle of 185.45º degrees, saturation: 0.3, 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 #B7D5D8 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 213 | 216 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.15 |
| HSL | 185.45º | 0.3% | 0.78% | - |
| HSV(B) | 185.45º | 0.15% | 0.85% | - |
| XYZ | 55.72 | 62.61 | 74.11 | - |
| YUV | 204.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 216 | 0.15 | 0.01 | 0 | 0.15 | 185.45 | 0.3 | 0.78 |
| Hex | B7 | D5 | D8 | F | 1 | 0 | F | B9 | 1E | 4E |
| Octal | 267 | 325 | 330 | 17 | 1 | 0 | 17 | 271 | 36 | 116 |
| Binary | 10110111 | 11010101 | 11011000 | 1111 | 1 | 0 | 1111 | 10111001 | 11110 | 1001110 |
Color Harmonies of #B7D5D8
Complementary color
Monochromatic Colors of #B7D5D8
Black with #B7D5D8
Text Example
Text Example
White with #B7D5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D5D8; }
p { color: rgb(183,213,216); }
H1.HeaderClassName
{
color: #B7D5D8;
}
.AnyTagClassName
{
color: #B7D5D8;
}
</style>
background-color css
<style>
a { background-color: #B7D5D8; }
a { background-color: rgb(183,213,216); }
div.DivClassName
{
background-color: #B7D5D8;
}
.BgClassName
{
background-color: #B7D5D8;
}
</style>
border-color css
<style>
span { border-color: #B7D5D8; }
span { border-color: rgb(183,213,216); }
td.TdClassName
{
border-color: #B7D5D8;
}
.TagClassName
{
border-color: #B7D5D8;
}
</style>