Shades of Powder Blue #B1E1EB
Tints of Powder Blue #B1E1EB
RGB
CMYK
RGB Variations
Color information
#B1E1EB (or 0xB1E1EB) is known color: Powder Blue. HEX triplet: B1, E1 and EB. RGB value is (177,225,235). Sum of RGB (Red+Green+Blue) = 177+225+235=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1E1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E1EB is #4E1E14. Grayscale: #D3D3D3. Windows color (decimal): -5119509 or 15458737. OLE color: 15458737.
HSL color Cylindrical-coordinate representation of color #B1E1EB: hue angle of 190.34º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1E1EB is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 225 | 235 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.08 |
| HSL | 190.34º | 0.59% | 0.81% | - |
| HSV(B) | 190.34º | 0.25% | 0.92% | - |
| XYZ | 60.05 | 69.2 | 88.79 | - |
| YUV | 211.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 235 | 0.25 | 0.04 | 0 | 0.08 | 190.34 | 0.59 | 0.81 |
| Hex | B1 | E1 | EB | 19 | 4 | 0 | 8 | BE | 3B | 51 |
| Octal | 261 | 341 | 353 | 31 | 4 | 0 | 10 | 276 | 73 | 121 |
| Binary | 10110001 | 11100001 | 11101011 | 11001 | 100 | 0 | 1000 | 10111110 | 111011 | 1010001 |
Color Harmonies of #B1E1EB
Complementary color
Monochromatic Colors of #B1E1EB
Black with #B1E1EB
Text Example
Text Example
White with #B1E1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E1EB; }
p { color: rgb(177,225,235); }
H1.HeaderClassName
{
color: #B1E1EB;
}
.AnyTagClassName
{
color: #B1E1EB;
}
</style>
background-color css
<style>
a { background-color: #B1E1EB; }
a { background-color: rgb(177,225,235); }
div.DivClassName
{
background-color: #B1E1EB;
}
.BgClassName
{
background-color: #B1E1EB;
}
</style>
border-color css
<style>
span { border-color: #B1E1EB; }
span { border-color: rgb(177,225,235); }
td.TdClassName
{
border-color: #B1E1EB;
}
.TagClassName
{
border-color: #B1E1EB;
}
</style>