Shades of Powder Blue #B2DFEA
Tints of Powder Blue #B2DFEA
RGB
CMYK
RGB Variations
Color information
#B2DFEA (or 0xB2DFEA) is known color: Powder Blue. HEX triplet: B2, DF and EA. RGB value is (178,223,234). Sum of RGB (Red+Green+Blue) = 178+223+234=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2DFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFEA is #4D2015. Grayscale: #D2D2D2. Windows color (decimal): -5054486 or 15392690. OLE color: 15392690.
HSL color Cylindrical-coordinate representation of color #B2DFEA: hue angle of 191.79º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2DFEA is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 223 | 234 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.08 |
| HSL | 191.79º | 0.57% | 0.81% | - |
| HSV(B) | 191.79º | 0.24% | 0.92% | - |
| XYZ | 59.6 | 68.18 | 87.86 | - |
| YUV | 210.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 234 | 0.24 | 0.05 | 0 | 0.08 | 191.79 | 0.57 | 0.81 |
| Hex | B2 | DF | EA | 18 | 5 | 0 | 8 | C0 | 39 | 51 |
| Octal | 262 | 337 | 352 | 30 | 5 | 0 | 10 | 300 | 71 | 121 |
| Binary | 10110010 | 11011111 | 11101010 | 11000 | 101 | 0 | 1000 | 11000000 | 111001 | 1010001 |
Color Harmonies of #B2DFEA
Complementary color
Monochromatic Colors of #B2DFEA
Black with #B2DFEA
Text Example
Text Example
White with #B2DFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFEA; }
p { color: rgb(178,223,234); }
H1.HeaderClassName
{
color: #B2DFEA;
}
.AnyTagClassName
{
color: #B2DFEA;
}
</style>
background-color css
<style>
a { background-color: #B2DFEA; }
a { background-color: rgb(178,223,234); }
div.DivClassName
{
background-color: #B2DFEA;
}
.BgClassName
{
background-color: #B2DFEA;
}
</style>
border-color css
<style>
span { border-color: #B2DFEA; }
span { border-color: rgb(178,223,234); }
td.TdClassName
{
border-color: #B2DFEA;
}
.TagClassName
{
border-color: #B2DFEA;
}
</style>