Shades of Powder Blue #B6E1EB
Tints of Powder Blue #B6E1EB
RGB
CMYK
RGB Variations
Color information
#B6E1EB (or 0xB6E1EB) is known color: Powder Blue. HEX triplet: B6, E1 and EB. RGB value is (182,225,235). Sum of RGB (Red+Green+Blue) = 182+225+235=642 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.35% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6E1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E1EB is #491E14. Grayscale: #D5D5D5. Windows color (decimal): -4791829 or 15458742. OLE color: 15458742.
HSL color Cylindrical-coordinate representation of color #B6E1EB: hue angle of 191.32º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6E1EB is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 225 | 235 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.08 |
| HSL | 191.32º | 0.57% | 0.82% | - |
| HSV(B) | 191.32º | 0.23% | 0.92% | - |
| XYZ | 61.21 | 69.79 | 88.84 | - |
| YUV | 213.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 225 | 235 | 0.23 | 0.04 | 0 | 0.08 | 191.32 | 0.57 | 0.82 |
| Hex | B6 | E1 | EB | 17 | 4 | 0 | 8 | BF | 39 | 52 |
| Octal | 266 | 341 | 353 | 27 | 4 | 0 | 10 | 277 | 71 | 122 |
| Binary | 10110110 | 11100001 | 11101011 | 10111 | 100 | 0 | 1000 | 10111111 | 111001 | 1010010 |
Color Harmonies of #B6E1EB
Complementary color
Monochromatic Colors of #B6E1EB
Black with #B6E1EB
Text Example
Text Example
White with #B6E1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E1EB; }
p { color: rgb(182,225,235); }
H1.HeaderClassName
{
color: #B6E1EB;
}
.AnyTagClassName
{
color: #B6E1EB;
}
</style>
background-color css
<style>
a { background-color: #B6E1EB; }
a { background-color: rgb(182,225,235); }
div.DivClassName
{
background-color: #B6E1EB;
}
.BgClassName
{
background-color: #B6E1EB;
}
</style>
border-color css
<style>
span { border-color: #B6E1EB; }
span { border-color: rgb(182,225,235); }
td.TdClassName
{
border-color: #B6E1EB;
}
.TagClassName
{
border-color: #B6E1EB;
}
</style>