Shades of Powder Blue #B2DFE1
Tints of Powder Blue #B2DFE1
RGB
CMYK
RGB Variations
Color information
#B2DFE1 (or 0xB2DFE1) is known color: Powder Blue. HEX triplet: B2, DF and E1. RGB value is (178,223,225). Sum of RGB (Red+Green+Blue) = 178+223+225=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #B2DFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFE1 is #4D201E. Grayscale: #D1D1D1. Windows color (decimal): -5054495 or 14802866. OLE color: 14802866.
HSL color Cylindrical-coordinate representation of color #B2DFE1: hue angle of 182.55º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2DFE1 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 223 | 225 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.12 |
| HSL | 182.55º | 0.44% | 0.79% | - |
| HSV(B) | 182.55º | 0.21% | 0.88% | - |
| XYZ | 58.34 | 67.68 | 81.22 | - |
| YUV | 209.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 225 | 0.21 | 0.01 | 0 | 0.12 | 182.55 | 0.44 | 0.79 |
| Hex | B2 | DF | E1 | 15 | 1 | 0 | C | B7 | 2C | 4F |
| Octal | 262 | 337 | 341 | 25 | 1 | 0 | 14 | 267 | 54 | 117 |
| Binary | 10110010 | 11011111 | 11100001 | 10101 | 1 | 0 | 1100 | 10110111 | 101100 | 1001111 |
Color Harmonies of #B2DFE1
Complementary color
Monochromatic Colors of #B2DFE1
Black with #B2DFE1
Text Example
Text Example
White with #B2DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFE1; }
p { color: rgb(178,223,225); }
H1.HeaderClassName
{
color: #B2DFE1;
}
.AnyTagClassName
{
color: #B2DFE1;
}
</style>
background-color css
<style>
a { background-color: #B2DFE1; }
a { background-color: rgb(178,223,225); }
div.DivClassName
{
background-color: #B2DFE1;
}
.BgClassName
{
background-color: #B2DFE1;
}
</style>
border-color css
<style>
span { border-color: #B2DFE1; }
span { border-color: rgb(178,223,225); }
td.TdClassName
{
border-color: #B2DFE1;
}
.TagClassName
{
border-color: #B2DFE1;
}
</style>