Shades of Powder Blue #B4E4EE
Tints of Powder Blue #B4E4EE
RGB
CMYK
RGB Variations
Color information
#B4E4EE (or 0xB4E4EE) is known color: Powder Blue. HEX triplet: B4, E4 and EE. RGB value is (180,228,238). Sum of RGB (Red+Green+Blue) = 180+228+238=646 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.86% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4E4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E4EE is #4B1B11. Grayscale: #D6D6D6. Windows color (decimal): -4922130 or 15656116. OLE color: 15656116.
HSL color Cylindrical-coordinate representation of color #B4E4EE: hue angle of 190.34º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4E4EE is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 228 | 238 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.07 |
| HSL | 190.34º | 0.63% | 0.82% | - |
| HSV(B) | 190.34º | 0.24% | 0.93% | - |
| XYZ | 62 | 71.36 | 91.4 | - |
| YUV | 214.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 228 | 238 | 0.24 | 0.04 | 0 | 0.07 | 190.34 | 0.63 | 0.82 |
| Hex | B4 | E4 | EE | 18 | 4 | 0 | 7 | BE | 3F | 52 |
| Octal | 264 | 344 | 356 | 30 | 4 | 0 | 7 | 276 | 77 | 122 |
| Binary | 10110100 | 11100100 | 11101110 | 11000 | 100 | 0 | 111 | 10111110 | 111111 | 1010010 |
Color Harmonies of #B4E4EE
Complementary color
Monochromatic Colors of #B4E4EE
Black with #B4E4EE
Text Example
Text Example
White with #B4E4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E4EE; }
p { color: rgb(180,228,238); }
H1.HeaderClassName
{
color: #B4E4EE;
}
.AnyTagClassName
{
color: #B4E4EE;
}
</style>
background-color css
<style>
a { background-color: #B4E4EE; }
a { background-color: rgb(180,228,238); }
div.DivClassName
{
background-color: #B4E4EE;
}
.BgClassName
{
background-color: #B4E4EE;
}
</style>
border-color css
<style>
span { border-color: #B4E4EE; }
span { border-color: rgb(180,228,238); }
td.TdClassName
{
border-color: #B4E4EE;
}
.TagClassName
{
border-color: #B4E4EE;
}
</style>