Shades of Powder Blue #B1E6EC
Tints of Powder Blue #B1E6EC
RGB
CMYK
RGB Variations
Color information
#B1E6EC (or 0xB1E6EC) is known color: Powder Blue. HEX triplet: B1, E6 and EC. RGB value is (177,230,236). Sum of RGB (Red+Green+Blue) = 177+230+236=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1E6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E6EC is #4E1913. Grayscale: #D6D6D6. Windows color (decimal): -5118228 or 15525553. OLE color: 15525553.
HSL color Cylindrical-coordinate representation of color #B1E6EC: hue angle of 186.1º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1E6EC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 230 | 236 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.07 |
| HSL | 186.1º | 0.61% | 0.81% | - |
| HSV(B) | 186.1º | 0.25% | 0.93% | - |
| XYZ | 61.57 | 72 | 90.01 | - |
| YUV | 214.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 236 | 0.25 | 0.03 | 0 | 0.07 | 186.1 | 0.61 | 0.81 |
| Hex | B1 | E6 | EC | 19 | 3 | 0 | 7 | BA | 3D | 51 |
| Octal | 261 | 346 | 354 | 31 | 3 | 0 | 7 | 272 | 75 | 121 |
| Binary | 10110001 | 11100110 | 11101100 | 11001 | 11 | 0 | 111 | 10111010 | 111101 | 1010001 |
Color Harmonies of #B1E6EC
Complementary color
Monochromatic Colors of #B1E6EC
Black with #B1E6EC
Text Example
Text Example
White with #B1E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E6EC; }
p { color: rgb(177,230,236); }
H1.HeaderClassName
{
color: #B1E6EC;
}
.AnyTagClassName
{
color: #B1E6EC;
}
</style>
background-color css
<style>
a { background-color: #B1E6EC; }
a { background-color: rgb(177,230,236); }
div.DivClassName
{
background-color: #B1E6EC;
}
.BgClassName
{
background-color: #B1E6EC;
}
</style>
border-color css
<style>
span { border-color: #B1E6EC; }
span { border-color: rgb(177,230,236); }
td.TdClassName
{
border-color: #B1E6EC;
}
.TagClassName
{
border-color: #B1E6EC;
}
</style>