Shades of Powder Blue #B7DCE5
Tints of Powder Blue #B7DCE5
RGB
CMYK
RGB Variations
Color information
#B7DCE5 (or 0xB7DCE5) is known color: Powder Blue. HEX triplet: B7, DC and E5. RGB value is (183,220,229). Sum of RGB (Red+Green+Blue) = 183+220+229=632 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.96% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #B7DCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCE5 is #48231A. Grayscale: #D1D1D1. Windows color (decimal): -4727579 or 15064247. OLE color: 15064247.
HSL color Cylindrical-coordinate representation of color #B7DCE5: hue angle of 191.74º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7DCE5 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 220 | 229 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.10 |
| HSL | 191.74º | 0.47% | 0.81% | - |
| HSV(B) | 191.74º | 0.2% | 0.9% | - |
| XYZ | 59.26 | 66.91 | 83.92 | - |
| YUV | 209.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 229 | 0.20 | 0.04 | 0 | 0.10 | 191.74 | 0.47 | 0.81 |
| Hex | B7 | DC | E5 | 14 | 4 | 0 | A | C0 | 2F | 51 |
| Octal | 267 | 334 | 345 | 24 | 4 | 0 | 12 | 300 | 57 | 121 |
| Binary | 10110111 | 11011100 | 11100101 | 10100 | 100 | 0 | 1010 | 11000000 | 101111 | 1010001 |
Color Harmonies of #B7DCE5
Complementary color
Monochromatic Colors of #B7DCE5
Black with #B7DCE5
Text Example
Text Example
White with #B7DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCE5; }
p { color: rgb(183,220,229); }
H1.HeaderClassName
{
color: #B7DCE5;
}
.AnyTagClassName
{
color: #B7DCE5;
}
</style>
background-color css
<style>
a { background-color: #B7DCE5; }
a { background-color: rgb(183,220,229); }
div.DivClassName
{
background-color: #B7DCE5;
}
.BgClassName
{
background-color: #B7DCE5;
}
</style>
border-color css
<style>
span { border-color: #B7DCE5; }
span { border-color: rgb(183,220,229); }
td.TdClassName
{
border-color: #B7DCE5;
}
.TagClassName
{
border-color: #B7DCE5;
}
</style>