Shades of Powder Blue #B2E6EB
Tints of Powder Blue #B2E6EB
RGB
CMYK
RGB Variations
Color information
#B2E6EB (or 0xB2E6EB) is known color: Powder Blue. HEX triplet: B2, E6 and EB. RGB value is (178,230,235). Sum of RGB (Red+Green+Blue) = 178+230+235=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2E6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E6EB is #4D1914. Grayscale: #D6D6D6. Windows color (decimal): -5052693 or 15460018. OLE color: 15460018.
HSL color Cylindrical-coordinate representation of color #B2E6EB: hue angle of 185.26º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E6EB is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 230 | 235 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.08 |
| HSL | 185.26º | 0.59% | 0.81% | - |
| HSV(B) | 185.26º | 0.24% | 0.92% | - |
| XYZ | 61.65 | 72.06 | 89.26 | - |
| YUV | 215.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 235 | 0.24 | 0.02 | 0 | 0.08 | 185.26 | 0.59 | 0.81 |
| Hex | B2 | E6 | EB | 18 | 2 | 0 | 8 | B9 | 3B | 51 |
| Octal | 262 | 346 | 353 | 30 | 2 | 0 | 10 | 271 | 73 | 121 |
| Binary | 10110010 | 11100110 | 11101011 | 11000 | 10 | 0 | 1000 | 10111001 | 111011 | 1010001 |
Color Harmonies of #B2E6EB
Complementary color
Monochromatic Colors of #B2E6EB
Black with #B2E6EB
Text Example
Text Example
White with #B2E6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E6EB; }
p { color: rgb(178,230,235); }
H1.HeaderClassName
{
color: #B2E6EB;
}
.AnyTagClassName
{
color: #B2E6EB;
}
</style>
background-color css
<style>
a { background-color: #B2E6EB; }
a { background-color: rgb(178,230,235); }
div.DivClassName
{
background-color: #B2E6EB;
}
.BgClassName
{
background-color: #B2E6EB;
}
</style>
border-color css
<style>
span { border-color: #B2E6EB; }
span { border-color: rgb(178,230,235); }
td.TdClassName
{
border-color: #B2E6EB;
}
.TagClassName
{
border-color: #B2E6EB;
}
</style>