Shades of Powder Blue #B6E2EC
Tints of Powder Blue #B6E2EC
RGB
CMYK
RGB Variations
Color information
#B6E2EC (or 0xB6E2EC) is known color: Powder Blue. HEX triplet: B6, E2 and EC. RGB value is (182,226,236). Sum of RGB (Red+Green+Blue) = 182+226+236=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 226 (88.67% from 255 or 35.09% 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 #B6E2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E2EC is #491D13. Grayscale: #D5D5D5. Windows color (decimal): -4791572 or 15524534. OLE color: 15524534.
HSL color Cylindrical-coordinate representation of color #B6E2EC: hue angle of 191.11º 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 #B6E2EC is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 226 | 236 | - |
CMYK | 0.23 | 0.04 | 0 | 0.07 |
HSL | 191.11º | 0.59% | 0.82% | - |
HSV(B) | 191.11º | 0.23% | 0.93% | - |
XYZ | 61.63 | 70.39 | 89.7 | - |
YUV | 213.98 | 140.42 | 105.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 226 | 236 | 0.23 | 0.04 | 0 | 0.07 | 191.11 | 0.59 | 0.82 |
Hex | B6 | E2 | EC | 17 | 4 | 0 | 7 | BF | 3B | 52 |
Octal | 266 | 342 | 354 | 27 | 4 | 0 | 7 | 277 | 73 | 122 |
Binary | 10110110 | 11100010 | 11101100 | 10111 | 100 | 0 | 111 | 10111111 | 111011 | 1010010 |
Color Harmonies of #B6E2EC
Complementary color
Monochromatic Colors of #B6E2EC
Black with #B6E2EC
Text Example
Text Example
White with #B6E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E2EC; }
p { color: rgb(182,226,236); }
H1.HeaderClassName
{
color: #B6E2EC;
}
.AnyTagClassName
{
color: #B6E2EC;
}
</style>
background-color css
<style>
a { background-color: #B6E2EC; }
a { background-color: rgb(182,226,236); }
div.DivClassName
{
background-color: #B6E2EC;
}
.BgClassName
{
background-color: #B6E2EC;
}
</style>
border-color css
<style>
span { border-color: #B6E2EC; }
span { border-color: rgb(182,226,236); }
td.TdClassName
{
border-color: #B6E2EC;
}
.TagClassName
{
border-color: #B6E2EC;
}
</style>