Shades of Powder Blue #B7D7DC
Tints of Powder Blue #B7D7DC
RGB
CMYK
RGB Variations
Color information
#B7D7DC (or 0xB7D7DC) is known color: Powder Blue. HEX triplet: B7, D7 and DC. RGB value is (183,215,220). Sum of RGB (Red+Green+Blue) = 183+215+220=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7DC is #482823. Grayscale: #CDCDCD. Windows color (decimal): -4728868 or 14473143. OLE color: 14473143.
HSL color Cylindrical-coordinate representation of color #B7D7DC: hue angle of 188.11º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7D7DC is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 215 | 220 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.14 |
| HSL | 188.11º | 0.35% | 0.79% | - |
| HSV(B) | 188.11º | 0.17% | 0.86% | - |
| XYZ | 56.75 | 63.84 | 77.04 | - |
| YUV | 206 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 220 | 0.17 | 0.02 | 0 | 0.14 | 188.11 | 0.35 | 0.79 |
| Hex | B7 | D7 | DC | 11 | 2 | 0 | E | BC | 23 | 4F |
| Octal | 267 | 327 | 334 | 21 | 2 | 0 | 16 | 274 | 43 | 117 |
| Binary | 10110111 | 11010111 | 11011100 | 10001 | 10 | 0 | 1110 | 10111100 | 100011 | 1001111 |
Color Harmonies of #B7D7DC
Complementary color
Monochromatic Colors of #B7D7DC
Black with #B7D7DC
Text Example
Text Example
White with #B7D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D7DC; }
p { color: rgb(183,215,220); }
H1.HeaderClassName
{
color: #B7D7DC;
}
.AnyTagClassName
{
color: #B7D7DC;
}
</style>
background-color css
<style>
a { background-color: #B7D7DC; }
a { background-color: rgb(183,215,220); }
div.DivClassName
{
background-color: #B7D7DC;
}
.BgClassName
{
background-color: #B7D7DC;
}
</style>
border-color css
<style>
span { border-color: #B7D7DC; }
span { border-color: rgb(183,215,220); }
td.TdClassName
{
border-color: #B7D7DC;
}
.TagClassName
{
border-color: #B7D7DC;
}
</style>