Shades of Powder Blue #B4E1E7
Tints of Powder Blue #B4E1E7
RGB
CMYK
RGB Variations
Color information
#B4E1E7 (or 0xB4E1E7) is known color: Powder Blue. HEX triplet: B4, E1 and E7. RGB value is (180,225,231). Sum of RGB (Red+Green+Blue) = 180+225+231=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #B4E1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E1E7 is #4B1E18. Grayscale: #D4D4D4. Windows color (decimal): -4922905 or 15196596. OLE color: 15196596.
HSL color Cylindrical-coordinate representation of color #B4E1E7: hue angle of 187.06º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E1E7 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 225 | 231 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.09 |
| HSL | 187.06º | 0.52% | 0.81% | - |
| HSV(B) | 187.06º | 0.22% | 0.91% | - |
| XYZ | 60.17 | 69.32 | 85.81 | - |
| YUV | 212.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 231 | 0.22 | 0.03 | 0 | 0.09 | 187.06 | 0.52 | 0.81 |
| Hex | B4 | E1 | E7 | 16 | 3 | 0 | 9 | BB | 34 | 51 |
| Octal | 264 | 341 | 347 | 26 | 3 | 0 | 11 | 273 | 64 | 121 |
| Binary | 10110100 | 11100001 | 11100111 | 10110 | 11 | 0 | 1001 | 10111011 | 110100 | 1010001 |
Color Harmonies of #B4E1E7
Complementary color
Monochromatic Colors of #B4E1E7
Black with #B4E1E7
Text Example
Text Example
White with #B4E1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E1E7; }
p { color: rgb(180,225,231); }
H1.HeaderClassName
{
color: #B4E1E7;
}
.AnyTagClassName
{
color: #B4E1E7;
}
</style>
background-color css
<style>
a { background-color: #B4E1E7; }
a { background-color: rgb(180,225,231); }
div.DivClassName
{
background-color: #B4E1E7;
}
.BgClassName
{
background-color: #B4E1E7;
}
</style>
border-color css
<style>
span { border-color: #B4E1E7; }
span { border-color: rgb(180,225,231); }
td.TdClassName
{
border-color: #B4E1E7;
}
.TagClassName
{
border-color: #B4E1E7;
}
</style>