Shades of Powder Blue #B7DEE0
Tints of Powder Blue #B7DEE0
RGB
CMYK
RGB Variations
Color information
#B7DEE0 (or 0xB7DEE0) is known color: Powder Blue. HEX triplet: B7, DE and E0. RGB value is (183,222,224). Sum of RGB (Red+Green+Blue) = 183+222+224=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #B7DEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DEE0 is #48211F. Grayscale: #D2D2D2. Windows color (decimal): -4727072 or 14737079. OLE color: 14737079.
HSL color Cylindrical-coordinate representation of color #B7DEE0: hue angle of 182.93º degrees, saturation: 0.4, 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 #B7DEE0 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 222 | 224 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.12 |
| HSL | 182.93º | 0.4% | 0.8% | - |
| HSV(B) | 182.93º | 0.18% | 0.88% | - |
| XYZ | 59.1 | 67.69 | 80.47 | - |
| YUV | 210.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 224 | 0.18 | 0.01 | 0 | 0.12 | 182.93 | 0.4 | 0.8 |
| Hex | B7 | DE | E0 | 12 | 1 | 0 | C | B7 | 28 | 50 |
| Octal | 267 | 336 | 340 | 22 | 1 | 0 | 14 | 267 | 50 | 120 |
| Binary | 10110111 | 11011110 | 11100000 | 10010 | 1 | 0 | 1100 | 10110111 | 101000 | 1010000 |
Color Harmonies of #B7DEE0
Complementary color
Monochromatic Colors of #B7DEE0
Black with #B7DEE0
Text Example
Text Example
White with #B7DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DEE0; }
p { color: rgb(183,222,224); }
H1.HeaderClassName
{
color: #B7DEE0;
}
.AnyTagClassName
{
color: #B7DEE0;
}
</style>
background-color css
<style>
a { background-color: #B7DEE0; }
a { background-color: rgb(183,222,224); }
div.DivClassName
{
background-color: #B7DEE0;
}
.BgClassName
{
background-color: #B7DEE0;
}
</style>
border-color css
<style>
span { border-color: #B7DEE0; }
span { border-color: rgb(183,222,224); }
td.TdClassName
{
border-color: #B7DEE0;
}
.TagClassName
{
border-color: #B7DEE0;
}
</style>