Shades of Powder Blue #B7DBDC
Tints of Powder Blue #B7DBDC
RGB
CMYK
RGB Variations
Color information
#B7DBDC (or 0xB7DBDC) is known color: Powder Blue. HEX triplet: B7, DB and DC. RGB value is (183,219,220). Sum of RGB (Red+Green+Blue) = 183+219+220=622 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.42% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBDC is #482423. Grayscale: #D0D0D0. Windows color (decimal): -4727844 or 14474167. OLE color: 14474167.
HSL color Cylindrical-coordinate representation of color #B7DBDC: hue angle of 181.62º 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 #B7DBDC is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 220 | - |
| CMYK | 0.17 | 0.00 | 0 | 0.14 |
| HSL | 181.62º | 0.35% | 0.79% | - |
| HSV(B) | 181.62º | 0.17% | 0.86% | - |
| XYZ | 57.78 | 65.9 | 77.38 | - |
| YUV | 208.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 220 | 0.17 | 0.00 | 0 | 0.14 | 181.62 | 0.35 | 0.79 |
| Hex | B7 | DB | DC | 11 | 0 | 0 | E | B6 | 23 | 4F |
| Octal | 267 | 333 | 334 | 21 | 0 | 0 | 16 | 266 | 43 | 117 |
| Binary | 10110111 | 11011011 | 11011100 | 10001 | 0 | 0 | 1110 | 10110110 | 100011 | 1001111 |
Color Harmonies of #B7DBDC
Complementary color
Monochromatic Colors of #B7DBDC
Black with #B7DBDC
Text Example
Text Example
White with #B7DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBDC; }
p { color: rgb(183,219,220); }
H1.HeaderClassName
{
color: #B7DBDC;
}
.AnyTagClassName
{
color: #B7DBDC;
}
</style>
background-color css
<style>
a { background-color: #B7DBDC; }
a { background-color: rgb(183,219,220); }
div.DivClassName
{
background-color: #B7DBDC;
}
.BgClassName
{
background-color: #B7DBDC;
}
</style>
border-color css
<style>
span { border-color: #B7DBDC; }
span { border-color: rgb(183,219,220); }
td.TdClassName
{
border-color: #B7DBDC;
}
.TagClassName
{
border-color: #B7DBDC;
}
</style>