Shades of Powder Blue #B0E1DF
Tints of Powder Blue #B0E1DF
RGB
CMYK
RGB Variations
Color information
#B0E1DF (or 0xB0E1DF) is known color: Powder Blue. HEX triplet: B0, E1 and DF. RGB value is (176,225,223). Sum of RGB (Red+Green+Blue) = 176+225+223=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E1DF is #4F1E20. Grayscale: #D2D2D2. Windows color (decimal): -5185057 or 14672304. OLE color: 14672304.
HSL color Cylindrical-coordinate representation of color #B0E1DF: hue angle of 177.55º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E1DF is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 223 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.12 |
| HSL | 177.55º | 0.45% | 0.79% | - |
| HSV(B) | 177.55º | 0.22% | 0.88% | - |
| XYZ | 58.15 | 68.41 | 79.95 | - |
| YUV | 210.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 223 | 0.22 | 0 | 0.01 | 0.12 | 177.55 | 0.45 | 0.79 |
| Hex | B0 | E1 | DF | 16 | 0 | 1 | C | B2 | 2D | 4F |
| Octal | 260 | 341 | 337 | 26 | 0 | 1 | 14 | 262 | 55 | 117 |
| Binary | 10110000 | 11100001 | 11011111 | 10110 | 0 | 1 | 1100 | 10110010 | 101101 | 1001111 |
Color Harmonies of #B0E1DF
Complementary color
Monochromatic Colors of #B0E1DF
Black with #B0E1DF
Text Example
Text Example
White with #B0E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1DF; }
p { color: rgb(176,225,223); }
H1.HeaderClassName
{
color: #B0E1DF;
}
.AnyTagClassName
{
color: #B0E1DF;
}
</style>
background-color css
<style>
a { background-color: #B0E1DF; }
a { background-color: rgb(176,225,223); }
div.DivClassName
{
background-color: #B0E1DF;
}
.BgClassName
{
background-color: #B0E1DF;
}
</style>
border-color css
<style>
span { border-color: #B0E1DF; }
span { border-color: rgb(176,225,223); }
td.TdClassName
{
border-color: #B0E1DF;
}
.TagClassName
{
border-color: #B0E1DF;
}
</style>