Shades of Powder Blue #B7DBDE
Tints of Powder Blue #B7DBDE
RGB
CMYK
RGB Variations
Color information
#B7DBDE (or 0xB7DBDE) is known color: Powder Blue. HEX triplet: B7, DB and DE. RGB value is (183,219,222). Sum of RGB (Red+Green+Blue) = 183+219+222=624 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.33% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBDE is #482421. Grayscale: #D0D0D0. Windows color (decimal): -4727842 or 14605239. OLE color: 14605239.
HSL color Cylindrical-coordinate representation of color #B7DBDE: hue angle of 184.62º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DBDE is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 219 | 222 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.13 |
| HSL | 184.62º | 0.37% | 0.79% | - |
| HSV(B) | 184.62º | 0.18% | 0.87% | - |
| XYZ | 58.04 | 66 | 78.79 | - |
| YUV | 208.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 222 | 0.18 | 0.01 | 0 | 0.13 | 184.62 | 0.37 | 0.79 |
| Hex | B7 | DB | DE | 12 | 1 | 0 | D | B9 | 25 | 4F |
| Octal | 267 | 333 | 336 | 22 | 1 | 0 | 15 | 271 | 45 | 117 |
| Binary | 10110111 | 11011011 | 11011110 | 10010 | 1 | 0 | 1101 | 10111001 | 100101 | 1001111 |
Color Harmonies of #B7DBDE
Complementary color
Monochromatic Colors of #B7DBDE
Black with #B7DBDE
Text Example
Text Example
White with #B7DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBDE; }
p { color: rgb(183,219,222); }
H1.HeaderClassName
{
color: #B7DBDE;
}
.AnyTagClassName
{
color: #B7DBDE;
}
</style>
background-color css
<style>
a { background-color: #B7DBDE; }
a { background-color: rgb(183,219,222); }
div.DivClassName
{
background-color: #B7DBDE;
}
.BgClassName
{
background-color: #B7DBDE;
}
</style>
border-color css
<style>
span { border-color: #B7DBDE; }
span { border-color: rgb(183,219,222); }
td.TdClassName
{
border-color: #B7DBDE;
}
.TagClassName
{
border-color: #B7DBDE;
}
</style>