Shades of Powder Blue #B7DFDD
Tints of Powder Blue #B7DFDD
RGB
CMYK
RGB Variations
Color information
#B7DFDD (or 0xB7DFDD) is known color: Powder Blue. HEX triplet: B7, DF and DD. RGB value is (183,223,221). Sum of RGB (Red+Green+Blue) = 183+223+221=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFDD is #482022. Grayscale: #D2D2D2. Windows color (decimal): -4726819 or 14540727. OLE color: 14540727.
HSL color Cylindrical-coordinate representation of color #B7DFDD: hue angle of 177º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFDD is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 221 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.13 |
| HSL | 177º | 0.38% | 0.8% | - |
| HSV(B) | 177º | 0.18% | 0.87% | - |
| XYZ | 58.97 | 68.06 | 78.44 | - |
| YUV | 210.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 221 | 0.18 | 0 | 0.01 | 0.13 | 177 | 0.38 | 0.8 |
| Hex | B7 | DF | DD | 12 | 0 | 1 | D | B1 | 26 | 50 |
| Octal | 267 | 337 | 335 | 22 | 0 | 1 | 15 | 261 | 46 | 120 |
| Binary | 10110111 | 11011111 | 11011101 | 10010 | 0 | 1 | 1101 | 10110001 | 100110 | 1010000 |
Color Harmonies of #B7DFDD
Complementary color
Monochromatic Colors of #B7DFDD
Black with #B7DFDD
Text Example
Text Example
White with #B7DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DFDD; }
p { color: rgb(183,223,221); }
H1.HeaderClassName
{
color: #B7DFDD;
}
.AnyTagClassName
{
color: #B7DFDD;
}
</style>
background-color css
<style>
a { background-color: #B7DFDD; }
a { background-color: rgb(183,223,221); }
div.DivClassName
{
background-color: #B7DFDD;
}
.BgClassName
{
background-color: #B7DFDD;
}
</style>
border-color css
<style>
span { border-color: #B7DFDD; }
span { border-color: rgb(183,223,221); }
td.TdClassName
{
border-color: #B7DFDD;
}
.TagClassName
{
border-color: #B7DFDD;
}
</style>