Shades of Powder Blue #B5E0DE
Tints of Powder Blue #B5E0DE
RGB
CMYK
RGB Variations
Color information
#B5E0DE (or 0xB5E0DE) is known color: Powder Blue. HEX triplet: B5, E0 and DE. RGB value is (181,224,222). Sum of RGB (Red+Green+Blue) = 181+224+222=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0DE is #4A1F21. Grayscale: #D2D2D2. Windows color (decimal): -4857634 or 14606517. OLE color: 14606517.
HSL color Cylindrical-coordinate representation of color #B5E0DE: hue angle of 177.21º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0DE is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 222 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.12 |
| HSL | 177.21º | 0.41% | 0.79% | - |
| HSV(B) | 177.21º | 0.19% | 0.88% | - |
| XYZ | 58.9 | 68.41 | 79.21 | - |
| YUV | 210.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 222 | 0.19 | 0 | 0.01 | 0.12 | 177.21 | 0.41 | 0.79 |
| Hex | B5 | E0 | DE | 13 | 0 | 1 | C | B1 | 29 | 4F |
| Octal | 265 | 340 | 336 | 23 | 0 | 1 | 14 | 261 | 51 | 117 |
| Binary | 10110101 | 11100000 | 11011110 | 10011 | 0 | 1 | 1100 | 10110001 | 101001 | 1001111 |
Color Harmonies of #B5E0DE
Complementary color
Monochromatic Colors of #B5E0DE
Black with #B5E0DE
Text Example
Text Example
White with #B5E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0DE; }
p { color: rgb(181,224,222); }
H1.HeaderClassName
{
color: #B5E0DE;
}
.AnyTagClassName
{
color: #B5E0DE;
}
</style>
background-color css
<style>
a { background-color: #B5E0DE; }
a { background-color: rgb(181,224,222); }
div.DivClassName
{
background-color: #B5E0DE;
}
.BgClassName
{
background-color: #B5E0DE;
}
</style>
border-color css
<style>
span { border-color: #B5E0DE; }
span { border-color: rgb(181,224,222); }
td.TdClassName
{
border-color: #B5E0DE;
}
.TagClassName
{
border-color: #B5E0DE;
}
</style>