Shades of Powder Blue #B2E6EC
Tints of Powder Blue #B2E6EC
RGB
CMYK
RGB Variations
Color information
#B2E6EC (or 0xB2E6EC) is known color: Powder Blue. HEX triplet: B2, E6 and EC. RGB value is (178,230,236). Sum of RGB (Red+Green+Blue) = 178+230+236=644 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.64% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2E6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E6EC is #4D1913. Grayscale: #D7D7D7. Windows color (decimal): -5052692 or 15525554. OLE color: 15525554.
HSL color Cylindrical-coordinate representation of color #B2E6EC: hue angle of 186.21º degrees, saturation: 0.6, 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 #B2E6EC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 230 | 236 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.07 |
| HSL | 186.21º | 0.6% | 0.81% | - |
| HSV(B) | 186.21º | 0.25% | 0.93% | - |
| XYZ | 61.8 | 72.11 | 90.02 | - |
| YUV | 215.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 236 | 0.25 | 0.03 | 0 | 0.07 | 186.21 | 0.6 | 0.81 |
| Hex | B2 | E6 | EC | 19 | 3 | 0 | 7 | BA | 3C | 51 |
| Octal | 262 | 346 | 354 | 31 | 3 | 0 | 7 | 272 | 74 | 121 |
| Binary | 10110010 | 11100110 | 11101100 | 11001 | 11 | 0 | 111 | 10111010 | 111100 | 1010001 |
Color Harmonies of #B2E6EC
Complementary color
Monochromatic Colors of #B2E6EC
Black with #B2E6EC
Text Example
Text Example
White with #B2E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E6EC; }
p { color: rgb(178,230,236); }
H1.HeaderClassName
{
color: #B2E6EC;
}
.AnyTagClassName
{
color: #B2E6EC;
}
</style>
background-color css
<style>
a { background-color: #B2E6EC; }
a { background-color: rgb(178,230,236); }
div.DivClassName
{
background-color: #B2E6EC;
}
.BgClassName
{
background-color: #B2E6EC;
}
</style>
border-color css
<style>
span { border-color: #B2E6EC; }
span { border-color: rgb(178,230,236); }
td.TdClassName
{
border-color: #B2E6EC;
}
.TagClassName
{
border-color: #B2E6EC;
}
</style>