Shades of Powder Blue #B4E1E0
Tints of Powder Blue #B4E1E0
RGB
CMYK
RGB Variations
Color information
#B4E1E0 (or 0xB4E1E0) is known color: Powder Blue. HEX triplet: B4, E1 and E0. RGB value is (180,225,224). Sum of RGB (Red+Green+Blue) = 180+225+224=629 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.62% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1E0 is #4B1E1F. Grayscale: #D3D3D3. Windows color (decimal): -4922912 or 14737844. OLE color: 14737844.
HSL color Cylindrical-coordinate representation of color #B4E1E0: hue angle of 178.67º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E1E0 is Cyan = 0.2, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 224 | - |
| CMYK | 0.2 | 0 | 0.00 | 0.12 |
| HSL | 178.67º | 0.43% | 0.79% | - |
| HSV(B) | 178.67º | 0.2% | 0.88% | - |
| XYZ | 59.2 | 68.94 | 80.71 | - |
| YUV | 211.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 224 | 0.2 | 0 | 0.00 | 0.12 | 178.67 | 0.43 | 0.79 |
| Hex | B4 | E1 | E0 | 14 | 0 | 0 | C | B3 | 2B | 4F |
| Octal | 264 | 341 | 340 | 24 | 0 | 0 | 14 | 263 | 53 | 117 |
| Binary | 10110100 | 11100001 | 11100000 | 10100 | 0 | 0 | 1100 | 10110011 | 101011 | 1001111 |
Color Harmonies of #B4E1E0
Complementary color
Monochromatic Colors of #B4E1E0
Black with #B4E1E0
Text Example
Text Example
White with #B4E1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E1E0; }
p { color: rgb(180,225,224); }
H1.HeaderClassName
{
color: #B4E1E0;
}
.AnyTagClassName
{
color: #B4E1E0;
}
</style>
background-color css
<style>
a { background-color: #B4E1E0; }
a { background-color: rgb(180,225,224); }
div.DivClassName
{
background-color: #B4E1E0;
}
.BgClassName
{
background-color: #B4E1E0;
}
</style>
border-color css
<style>
span { border-color: #B4E1E0; }
span { border-color: rgb(180,225,224); }
td.TdClassName
{
border-color: #B4E1E0;
}
.TagClassName
{
border-color: #B4E1E0;
}
</style>