Shades of Powder Blue #B7E1EC
Tints of Powder Blue #B7E1EC
RGB
CMYK
RGB Variations
Color information
#B7E1EC (or 0xB7E1EC) is known color: Powder Blue. HEX triplet: B7, E1 and EC. RGB value is (183,225,236). Sum of RGB (Red+Green+Blue) = 183+225+236=644 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.42% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7E1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E1EC is #481E13. Grayscale: #D5D5D5. Windows color (decimal): -4726292 or 15524279. OLE color: 15524279.
HSL color Cylindrical-coordinate representation of color #B7E1EC: hue angle of 192.45º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7E1EC is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 225 | 236 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.07 |
| HSL | 192.45º | 0.58% | 0.82% | - |
| HSV(B) | 192.45º | 0.22% | 0.93% | - |
| XYZ | 61.59 | 69.97 | 89.62 | - |
| YUV | 213.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 236 | 0.22 | 0.05 | 0 | 0.07 | 192.45 | 0.58 | 0.82 |
| Hex | B7 | E1 | EC | 16 | 5 | 0 | 7 | C0 | 3A | 52 |
| Octal | 267 | 341 | 354 | 26 | 5 | 0 | 7 | 300 | 72 | 122 |
| Binary | 10110111 | 11100001 | 11101100 | 10110 | 101 | 0 | 111 | 11000000 | 111010 | 1010010 |
Color Harmonies of #B7E1EC
Complementary color
Monochromatic Colors of #B7E1EC
Black with #B7E1EC
Text Example
Text Example
White with #B7E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E1EC; }
p { color: rgb(183,225,236); }
H1.HeaderClassName
{
color: #B7E1EC;
}
.AnyTagClassName
{
color: #B7E1EC;
}
</style>
background-color css
<style>
a { background-color: #B7E1EC; }
a { background-color: rgb(183,225,236); }
div.DivClassName
{
background-color: #B7E1EC;
}
.BgClassName
{
background-color: #B7E1EC;
}
</style>
border-color css
<style>
span { border-color: #B7E1EC; }
span { border-color: rgb(183,225,236); }
td.TdClassName
{
border-color: #B7E1EC;
}
.TagClassName
{
border-color: #B7E1EC;
}
</style>