Shades of Powder Blue #B8E0DE
Tints of Powder Blue #B8E0DE
RGB
CMYK
RGB Variations
Color information
#B8E0DE (or 0xB8E0DE) is known color: Powder Blue. HEX triplet: B8, E0 and DE. RGB value is (184,224,222). Sum of RGB (Red+Green+Blue) = 184+224+222=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E0DE is #471F21. Grayscale: #D3D3D3. Windows color (decimal): -4661026 or 14606520. OLE color: 14606520.
HSL color Cylindrical-coordinate representation of color #B8E0DE: hue angle of 177º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8E0DE is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 224 | 222 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.12 |
| HSL | 177º | 0.39% | 0.8% | - |
| HSV(B) | 177º | 0.18% | 0.88% | - |
| XYZ | 59.61 | 68.78 | 79.24 | - |
| YUV | 211.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 222 | 0.18 | 0 | 0.01 | 0.12 | 177 | 0.39 | 0.8 |
| Hex | B8 | E0 | DE | 12 | 0 | 1 | C | B1 | 27 | 50 |
| Octal | 270 | 340 | 336 | 22 | 0 | 1 | 14 | 261 | 47 | 120 |
| Binary | 10111000 | 11100000 | 11011110 | 10010 | 0 | 1 | 1100 | 10110001 | 100111 | 1010000 |
Color Harmonies of #B8E0DE
Complementary color
Monochromatic Colors of #B8E0DE
Black with #B8E0DE
Text Example
Text Example
White with #B8E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E0DE; }
p { color: rgb(184,224,222); }
H1.HeaderClassName
{
color: #B8E0DE;
}
.AnyTagClassName
{
color: #B8E0DE;
}
</style>
background-color css
<style>
a { background-color: #B8E0DE; }
a { background-color: rgb(184,224,222); }
div.DivClassName
{
background-color: #B8E0DE;
}
.BgClassName
{
background-color: #B8E0DE;
}
</style>
border-color css
<style>
span { border-color: #B8E0DE; }
span { border-color: rgb(184,224,222); }
td.TdClassName
{
border-color: #B8E0DE;
}
.TagClassName
{
border-color: #B8E0DE;
}
</style>