Shades of Powder Blue #B3E2EC
Tints of Powder Blue #B3E2EC
RGB
CMYK
RGB Variations
Color information
#B3E2EC (or 0xB3E2EC) is known color: Powder Blue. HEX triplet: B3, E2 and EC. RGB value is (179,226,236). Sum of RGB (Red+Green+Blue) = 179+226+236=641 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.93% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3E2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E2EC is #4C1D13. Grayscale: #D5D5D5. Windows color (decimal): -4988180 or 15524531. OLE color: 15524531.
HSL color Cylindrical-coordinate representation of color #B3E2EC: hue angle of 190.53º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3E2EC is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 226 | 236 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.07 |
| HSL | 190.53º | 0.6% | 0.81% | - |
| HSV(B) | 190.53º | 0.24% | 0.93% | - |
| XYZ | 60.93 | 70.03 | 89.66 | - |
| YUV | 213.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 226 | 236 | 0.24 | 0.04 | 0 | 0.07 | 190.53 | 0.6 | 0.81 |
| Hex | B3 | E2 | EC | 18 | 4 | 0 | 7 | BF | 3C | 51 |
| Octal | 263 | 342 | 354 | 30 | 4 | 0 | 7 | 277 | 74 | 121 |
| Binary | 10110011 | 11100010 | 11101100 | 11000 | 100 | 0 | 111 | 10111111 | 111100 | 1010001 |
Color Harmonies of #B3E2EC
Complementary color
Monochromatic Colors of #B3E2EC
Black with #B3E2EC
Text Example
Text Example
White with #B3E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E2EC; }
p { color: rgb(179,226,236); }
H1.HeaderClassName
{
color: #B3E2EC;
}
.AnyTagClassName
{
color: #B3E2EC;
}
</style>
background-color css
<style>
a { background-color: #B3E2EC; }
a { background-color: rgb(179,226,236); }
div.DivClassName
{
background-color: #B3E2EC;
}
.BgClassName
{
background-color: #B3E2EC;
}
</style>
border-color css
<style>
span { border-color: #B3E2EC; }
span { border-color: rgb(179,226,236); }
td.TdClassName
{
border-color: #B3E2EC;
}
.TagClassName
{
border-color: #B3E2EC;
}
</style>