Shades of Powder Blue #B2DDE7
Tints of Powder Blue #B2DDE7
RGB
CMYK
RGB Variations
Color information
#B2DDE7 (or 0xB2DDE7) is known color: Powder Blue. HEX triplet: B2, DD and E7. RGB value is (178,221,231). Sum of RGB (Red+Green+Blue) = 178+221+231=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #B2DDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DDE7 is #4D2218. Grayscale: #D1D1D1. Windows color (decimal): -5055001 or 15195570. OLE color: 15195570.
HSL color Cylindrical-coordinate representation of color #B2DDE7: hue angle of 191.32º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2DDE7 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 221 | 231 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.09 |
| HSL | 191.32º | 0.52% | 0.8% | - |
| HSV(B) | 191.32º | 0.23% | 0.91% | - |
| XYZ | 58.64 | 66.95 | 85.43 | - |
| YUV | 209.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 231 | 0.23 | 0.04 | 0 | 0.09 | 191.32 | 0.52 | 0.8 |
| Hex | B2 | DD | E7 | 17 | 4 | 0 | 9 | BF | 34 | 50 |
| Octal | 262 | 335 | 347 | 27 | 4 | 0 | 11 | 277 | 64 | 120 |
| Binary | 10110010 | 11011101 | 11100111 | 10111 | 100 | 0 | 1001 | 10111111 | 110100 | 1010000 |
Color Harmonies of #B2DDE7
Complementary color
Monochromatic Colors of #B2DDE7
Black with #B2DDE7
Text Example
Text Example
White with #B2DDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDE7; }
p { color: rgb(178,221,231); }
H1.HeaderClassName
{
color: #B2DDE7;
}
.AnyTagClassName
{
color: #B2DDE7;
}
</style>
background-color css
<style>
a { background-color: #B2DDE7; }
a { background-color: rgb(178,221,231); }
div.DivClassName
{
background-color: #B2DDE7;
}
.BgClassName
{
background-color: #B2DDE7;
}
</style>
border-color css
<style>
span { border-color: #B2DDE7; }
span { border-color: rgb(178,221,231); }
td.TdClassName
{
border-color: #B2DDE7;
}
.TagClassName
{
border-color: #B2DDE7;
}
</style>