Shades of Powder Blue #B2DFDE
Tints of Powder Blue #B2DFDE
RGB
CMYK
RGB Variations
Color information
#B2DFDE (or 0xB2DFDE) is known color: Powder Blue. HEX triplet: B2, DF and DE. RGB value is (178,223,222). Sum of RGB (Red+Green+Blue) = 178+223+222=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFDE is #4D2021. Grayscale: #D1D1D1. Windows color (decimal): -5054498 or 14606258. OLE color: 14606258.
HSL color Cylindrical-coordinate representation of color #B2DFDE: hue angle of 178.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFDE is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 222 | - |
| CMYK | 0.20 | 0 | 0.00 | 0.13 |
| HSL | 178.67º | 0.41% | 0.79% | - |
| HSV(B) | 178.67º | 0.2% | 0.87% | - |
| XYZ | 57.93 | 67.51 | 79.09 | - |
| YUV | 209.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 222 | 0.20 | 0 | 0.00 | 0.13 | 178.67 | 0.41 | 0.79 |
| Hex | B2 | DF | DE | 14 | 0 | 0 | D | B3 | 29 | 4F |
| Octal | 262 | 337 | 336 | 24 | 0 | 0 | 15 | 263 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11011110 | 10100 | 0 | 0 | 1101 | 10110011 | 101001 | 1001111 |
Color Harmonies of #B2DFDE
Complementary color
Monochromatic Colors of #B2DFDE
Black with #B2DFDE
Text Example
Text Example
White with #B2DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFDE; }
p { color: rgb(178,223,222); }
H1.HeaderClassName
{
color: #B2DFDE;
}
.AnyTagClassName
{
color: #B2DFDE;
}
</style>
background-color css
<style>
a { background-color: #B2DFDE; }
a { background-color: rgb(178,223,222); }
div.DivClassName
{
background-color: #B2DFDE;
}
.BgClassName
{
background-color: #B2DFDE;
}
</style>
border-color css
<style>
span { border-color: #B2DFDE; }
span { border-color: rgb(178,223,222); }
td.TdClassName
{
border-color: #B2DFDE;
}
.TagClassName
{
border-color: #B2DFDE;
}
</style>