Shades of Powder Blue #B7D8DE
Tints of Powder Blue #B7D8DE
RGB
CMYK
RGB Variations
Color information
#B7D8DE (or 0xB7D8DE) is known color: Powder Blue. HEX triplet: B7, D8 and DE. RGB value is (183,216,222). Sum of RGB (Red+Green+Blue) = 183+216+222=621 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.47% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7D8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8DE is #482721. Grayscale: #CECECE. Windows color (decimal): -4728610 or 14604471. OLE color: 14604471.
HSL color Cylindrical-coordinate representation of color #B7D8DE: hue angle of 189.23º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7D8DE is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 216 | 222 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.13 |
| HSL | 189.23º | 0.37% | 0.79% | - |
| HSV(B) | 189.23º | 0.18% | 0.87% | - |
| XYZ | 57.27 | 64.45 | 78.53 | - |
| YUV | 206.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 222 | 0.18 | 0.03 | 0 | 0.13 | 189.23 | 0.37 | 0.79 |
| Hex | B7 | D8 | DE | 12 | 3 | 0 | D | BD | 25 | 4F |
| Octal | 267 | 330 | 336 | 22 | 3 | 0 | 15 | 275 | 45 | 117 |
| Binary | 10110111 | 11011000 | 11011110 | 10010 | 11 | 0 | 1101 | 10111101 | 100101 | 1001111 |
Color Harmonies of #B7D8DE
Complementary color
Monochromatic Colors of #B7D8DE
Black with #B7D8DE
Text Example
Text Example
White with #B7D8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D8DE; }
p { color: rgb(183,216,222); }
H1.HeaderClassName
{
color: #B7D8DE;
}
.AnyTagClassName
{
color: #B7D8DE;
}
</style>
background-color css
<style>
a { background-color: #B7D8DE; }
a { background-color: rgb(183,216,222); }
div.DivClassName
{
background-color: #B7D8DE;
}
.BgClassName
{
background-color: #B7D8DE;
}
</style>
border-color css
<style>
span { border-color: #B7D8DE; }
span { border-color: rgb(183,216,222); }
td.TdClassName
{
border-color: #B7D8DE;
}
.TagClassName
{
border-color: #B7D8DE;
}
</style>