Shades of Powder Blue #B7E1E8
Tints of Powder Blue #B7E1E8
RGB
CMYK
RGB Variations
Color information
#B7E1E8 (or 0xB7E1E8) is known color: Powder Blue. HEX triplet: B7, E1 and E8. RGB value is (183,225,232). Sum of RGB (Red+Green+Blue) = 183+225+232=640 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.59% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #B7E1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E1E8 is #481E17. Grayscale: #D5D5D5. Windows color (decimal): -4726296 or 15262135. OLE color: 15262135.
HSL color Cylindrical-coordinate representation of color #B7E1E8: hue angle of 188.57º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7E1E8 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 225 | 232 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.09 |
| HSL | 188.57º | 0.52% | 0.81% | - |
| HSV(B) | 188.57º | 0.21% | 0.91% | - |
| XYZ | 61.02 | 69.74 | 86.59 | - |
| YUV | 213.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 232 | 0.21 | 0.03 | 0 | 0.09 | 188.57 | 0.52 | 0.81 |
| Hex | B7 | E1 | E8 | 15 | 3 | 0 | 9 | BD | 34 | 51 |
| Octal | 267 | 341 | 350 | 25 | 3 | 0 | 11 | 275 | 64 | 121 |
| Binary | 10110111 | 11100001 | 11101000 | 10101 | 11 | 0 | 1001 | 10111101 | 110100 | 1010001 |
Color Harmonies of #B7E1E8
Complementary color
Monochromatic Colors of #B7E1E8
Black with #B7E1E8
Text Example
Text Example
White with #B7E1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E1E8; }
p { color: rgb(183,225,232); }
H1.HeaderClassName
{
color: #B7E1E8;
}
.AnyTagClassName
{
color: #B7E1E8;
}
</style>
background-color css
<style>
a { background-color: #B7E1E8; }
a { background-color: rgb(183,225,232); }
div.DivClassName
{
background-color: #B7E1E8;
}
.BgClassName
{
background-color: #B7E1E8;
}
</style>
border-color css
<style>
span { border-color: #B7E1E8; }
span { border-color: rgb(183,225,232); }
td.TdClassName
{
border-color: #B7E1E8;
}
.TagClassName
{
border-color: #B7E1E8;
}
</style>