Shades of Powder Blue #B7E0E8
Tints of Powder Blue #B7E0E8
RGB
CMYK
RGB Variations
Color information
#B7E0E8 (or 0xB7E0E8) is known color: Powder Blue. HEX triplet: B7, E0 and E8. RGB value is (183,224,232). Sum of RGB (Red+Green+Blue) = 183+224+232=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #B7E0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E0E8 is #481F17. Grayscale: #D4D4D4. Windows color (decimal): -4726552 or 15261879. OLE color: 15261879.
HSL color Cylindrical-coordinate representation of color #B7E0E8: hue angle of 189.8º 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 #B7E0E8 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 224 | 232 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.09 |
| HSL | 189.8º | 0.52% | 0.81% | - |
| HSV(B) | 189.8º | 0.21% | 0.91% | - |
| XYZ | 60.75 | 69.2 | 86.5 | - |
| YUV | 212.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 224 | 232 | 0.21 | 0.03 | 0 | 0.09 | 189.8 | 0.52 | 0.81 |
| Hex | B7 | E0 | E8 | 15 | 3 | 0 | 9 | BE | 34 | 51 |
| Octal | 267 | 340 | 350 | 25 | 3 | 0 | 11 | 276 | 64 | 121 |
| Binary | 10110111 | 11100000 | 11101000 | 10101 | 11 | 0 | 1001 | 10111110 | 110100 | 1010001 |
Color Harmonies of #B7E0E8
Complementary color
Monochromatic Colors of #B7E0E8
Black with #B7E0E8
Text Example
Text Example
White with #B7E0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E0E8; }
p { color: rgb(183,224,232); }
H1.HeaderClassName
{
color: #B7E0E8;
}
.AnyTagClassName
{
color: #B7E0E8;
}
</style>
background-color css
<style>
a { background-color: #B7E0E8; }
a { background-color: rgb(183,224,232); }
div.DivClassName
{
background-color: #B7E0E8;
}
.BgClassName
{
background-color: #B7E0E8;
}
</style>
border-color css
<style>
span { border-color: #B7E0E8; }
span { border-color: rgb(183,224,232); }
td.TdClassName
{
border-color: #B7E0E8;
}
.TagClassName
{
border-color: #B7E0E8;
}
</style>