Shades of Powder Blue #B2DFEB
Tints of Powder Blue #B2DFEB
RGB
CMYK
RGB Variations
Color information
#B2DFEB (or 0xB2DFEB) is known color: Powder Blue. HEX triplet: B2, DF and EB. RGB value is (178,223,235). Sum of RGB (Red+Green+Blue) = 178+223+235=636 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.99% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2DFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFEB is #4D2014. Grayscale: #D2D2D2. Windows color (decimal): -5054485 or 15458226. OLE color: 15458226.
HSL color Cylindrical-coordinate representation of color #B2DFEB: hue angle of 192.63º degrees, saturation: 0.59, 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 #B2DFEB is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 223 | 235 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.08 |
| HSL | 192.63º | 0.59% | 0.81% | - |
| HSV(B) | 192.63º | 0.24% | 0.92% | - |
| XYZ | 59.74 | 68.24 | 88.62 | - |
| YUV | 210.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 235 | 0.24 | 0.05 | 0 | 0.08 | 192.63 | 0.59 | 0.81 |
| Hex | B2 | DF | EB | 18 | 5 | 0 | 8 | C1 | 3B | 51 |
| Octal | 262 | 337 | 353 | 30 | 5 | 0 | 10 | 301 | 73 | 121 |
| Binary | 10110010 | 11011111 | 11101011 | 11000 | 101 | 0 | 1000 | 11000001 | 111011 | 1010001 |
Color Harmonies of #B2DFEB
Complementary color
Monochromatic Colors of #B2DFEB
Black with #B2DFEB
Text Example
Text Example
White with #B2DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFEB; }
p { color: rgb(178,223,235); }
H1.HeaderClassName
{
color: #B2DFEB;
}
.AnyTagClassName
{
color: #B2DFEB;
}
</style>
background-color css
<style>
a { background-color: #B2DFEB; }
a { background-color: rgb(178,223,235); }
div.DivClassName
{
background-color: #B2DFEB;
}
.BgClassName
{
background-color: #B2DFEB;
}
</style>
border-color css
<style>
span { border-color: #B2DFEB; }
span { border-color: rgb(178,223,235); }
td.TdClassName
{
border-color: #B2DFEB;
}
.TagClassName
{
border-color: #B2DFEB;
}
</style>