Shades of Powder Blue #B5E4EC
Tints of Powder Blue #B5E4EC
RGB
CMYK
RGB Variations
Color information
#B5E4EC (or 0xB5E4EC) is known color: Powder Blue. HEX triplet: B5, E4 and EC. RGB value is (181,228,236). Sum of RGB (Red+Green+Blue) = 181+228+236=645 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.06% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5E4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E4EC is #4A1B13. Grayscale: #D6D6D6. Windows color (decimal): -4856596 or 15525045. OLE color: 15525045.
HSL color Cylindrical-coordinate representation of color #B5E4EC: hue angle of 188.73º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5E4EC is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 228 | 236 | - |
CMYK | 0.23 | 0.03 | 0 | 0.07 |
HSL | 188.73º | 0.59% | 0.82% | - |
HSV(B) | 188.73º | 0.23% | 0.93% | - |
XYZ | 61.94 | 71.37 | 89.87 | - |
YUV | 214.86 | 139.93 | 103.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 228 | 236 | 0.23 | 0.03 | 0 | 0.07 | 188.73 | 0.59 | 0.82 |
Hex | B5 | E4 | EC | 17 | 3 | 0 | 7 | BD | 3B | 52 |
Octal | 265 | 344 | 354 | 27 | 3 | 0 | 7 | 275 | 73 | 122 |
Binary | 10110101 | 11100100 | 11101100 | 10111 | 11 | 0 | 111 | 10111101 | 111011 | 1010010 |
Color Harmonies of #B5E4EC
Complementary color
Monochromatic Colors of #B5E4EC
Black with #B5E4EC
Text Example
Text Example
White with #B5E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E4EC; }
p { color: rgb(181,228,236); }
H1.HeaderClassName
{
color: #B5E4EC;
}
.AnyTagClassName
{
color: #B5E4EC;
}
</style>
background-color css
<style>
a { background-color: #B5E4EC; }
a { background-color: rgb(181,228,236); }
div.DivClassName
{
background-color: #B5E4EC;
}
.BgClassName
{
background-color: #B5E4EC;
}
</style>
border-color css
<style>
span { border-color: #B5E4EC; }
span { border-color: rgb(181,228,236); }
td.TdClassName
{
border-color: #B5E4EC;
}
.TagClassName
{
border-color: #B5E4EC;
}
</style>