Shades of Powder Blue #B8E4E1
Tints of Powder Blue #B8E4E1
RGB
CMYK
RGB Variations
Color information
#B8E4E1 (or 0xB8E4E1) is known color: Powder Blue. HEX triplet: B8, E4 and E1. RGB value is (184,228,225). Sum of RGB (Red+Green+Blue) = 184+228+225=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E4E1 is #471B1E. Grayscale: #D6D6D6. Windows color (decimal): -4659999 or 14804152. OLE color: 14804152.
HSL color Cylindrical-coordinate representation of color #B8E4E1: hue angle of 175.91º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E4E1 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 228 | 225 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.11 |
| HSL | 175.91º | 0.45% | 0.81% | - |
| HSV(B) | 175.91º | 0.19% | 0.89% | - |
| XYZ | 61.1 | 71.11 | 81.74 | - |
| YUV | 214.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 228 | 225 | 0.19 | 0 | 0.01 | 0.11 | 175.91 | 0.45 | 0.81 |
| Hex | B8 | E4 | E1 | 13 | 0 | 1 | B | B0 | 2D | 51 |
| Octal | 270 | 344 | 341 | 23 | 0 | 1 | 13 | 260 | 55 | 121 |
| Binary | 10111000 | 11100100 | 11100001 | 10011 | 0 | 1 | 1011 | 10110000 | 101101 | 1010001 |
Color Harmonies of #B8E4E1
Complementary color
Monochromatic Colors of #B8E4E1
Black with #B8E4E1
Text Example
Text Example
White with #B8E4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E4E1; }
p { color: rgb(184,228,225); }
H1.HeaderClassName
{
color: #B8E4E1;
}
.AnyTagClassName
{
color: #B8E4E1;
}
</style>
background-color css
<style>
a { background-color: #B8E4E1; }
a { background-color: rgb(184,228,225); }
div.DivClassName
{
background-color: #B8E4E1;
}
.BgClassName
{
background-color: #B8E4E1;
}
</style>
border-color css
<style>
span { border-color: #B8E4E1; }
span { border-color: rgb(184,228,225); }
td.TdClassName
{
border-color: #B8E4E1;
}
.TagClassName
{
border-color: #B8E4E1;
}
</style>