Shades of Powder Blue #B2DFE6
Tints of Powder Blue #B2DFE6
RGB
CMYK
RGB Variations
Color information
#B2DFE6 (or 0xB2DFE6) is known color: Powder Blue. HEX triplet: B2, DF and E6. RGB value is (178,223,230). Sum of RGB (Red+Green+Blue) = 178+223+230=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #B2DFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFE6 is #4D2019. Grayscale: #D2D2D2. Windows color (decimal): -5054490 or 15130546. OLE color: 15130546.
HSL color Cylindrical-coordinate representation of color #B2DFE6: hue angle of 188.08º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2DFE6 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 223 | 230 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.10 |
| HSL | 188.08º | 0.51% | 0.8% | - |
| HSV(B) | 188.08º | 0.23% | 0.9% | - |
| XYZ | 59.03 | 67.95 | 84.87 | - |
| YUV | 210.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 230 | 0.23 | 0.03 | 0 | 0.10 | 188.08 | 0.51 | 0.8 |
| Hex | B2 | DF | E6 | 17 | 3 | 0 | A | BC | 33 | 50 |
| Octal | 262 | 337 | 346 | 27 | 3 | 0 | 12 | 274 | 63 | 120 |
| Binary | 10110010 | 11011111 | 11100110 | 10111 | 11 | 0 | 1010 | 10111100 | 110011 | 1010000 |
Color Harmonies of #B2DFE6
Complementary color
Monochromatic Colors of #B2DFE6
Black with #B2DFE6
Text Example
Text Example
White with #B2DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFE6; }
p { color: rgb(178,223,230); }
H1.HeaderClassName
{
color: #B2DFE6;
}
.AnyTagClassName
{
color: #B2DFE6;
}
</style>
background-color css
<style>
a { background-color: #B2DFE6; }
a { background-color: rgb(178,223,230); }
div.DivClassName
{
background-color: #B2DFE6;
}
.BgClassName
{
background-color: #B2DFE6;
}
</style>
border-color css
<style>
span { border-color: #B2DFE6; }
span { border-color: rgb(178,223,230); }
td.TdClassName
{
border-color: #B2DFE6;
}
.TagClassName
{
border-color: #B2DFE6;
}
</style>