Shades of Powder Blue #B0DFE1
Tints of Powder Blue #B0DFE1
RGB
CMYK
RGB Variations
Color information
#B0DFE1 (or 0xB0DFE1) is known color: Powder Blue. HEX triplet: B0, DF and E1. RGB value is (176,223,225). Sum of RGB (Red+Green+Blue) = 176+223+225=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0DFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFE1 is #4F201E. Grayscale: #D1D1D1. Windows color (decimal): -5185567 or 14802864. OLE color: 14802864.
HSL color Cylindrical-coordinate representation of color #B0DFE1: hue angle of 182.45º 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 #B0DFE1 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 223 | 225 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.12 |
| HSL | 182.45º | 0.45% | 0.79% | - |
| HSV(B) | 182.45º | 0.22% | 0.88% | - |
| XYZ | 57.88 | 67.44 | 81.2 | - |
| YUV | 209.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 225 | 0.22 | 0.01 | 0 | 0.12 | 182.45 | 0.45 | 0.79 |
| Hex | B0 | DF | E1 | 16 | 1 | 0 | C | B6 | 2D | 4F |
| Octal | 260 | 337 | 341 | 26 | 1 | 0 | 14 | 266 | 55 | 117 |
| Binary | 10110000 | 11011111 | 11100001 | 10110 | 1 | 0 | 1100 | 10110110 | 101101 | 1001111 |
Color Harmonies of #B0DFE1
Complementary color
Monochromatic Colors of #B0DFE1
Black with #B0DFE1
Text Example
Text Example
White with #B0DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFE1; }
p { color: rgb(176,223,225); }
H1.HeaderClassName
{
color: #B0DFE1;
}
.AnyTagClassName
{
color: #B0DFE1;
}
</style>
background-color css
<style>
a { background-color: #B0DFE1; }
a { background-color: rgb(176,223,225); }
div.DivClassName
{
background-color: #B0DFE1;
}
.BgClassName
{
background-color: #B0DFE1;
}
</style>
border-color css
<style>
span { border-color: #B0DFE1; }
span { border-color: rgb(176,223,225); }
td.TdClassName
{
border-color: #B0DFE1;
}
.TagClassName
{
border-color: #B0DFE1;
}
</style>