Shades of Powder Blue #B7DBE2
Tints of Powder Blue #B7DBE2
RGB
CMYK
RGB Variations
Color information
#B7DBE2 (or 0xB7DBE2) is known color: Powder Blue. HEX triplet: B7, DB and E2. RGB value is (183,219,226). Sum of RGB (Red+Green+Blue) = 183+219+226=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 226 - color contains mainly: blue. Hex color #B7DBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBE2 is #48241D. Grayscale: #D0D0D0. Windows color (decimal): -4727838 or 14867383. OLE color: 14867383.
HSL color Cylindrical-coordinate representation of color #B7DBE2: hue angle of 189.77º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7DBE2 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 219 | 226 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.11 |
| HSL | 189.77º | 0.43% | 0.8% | - |
| HSV(B) | 189.77º | 0.19% | 0.89% | - |
| XYZ | 58.59 | 66.22 | 81.65 | - |
| YUV | 209.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 226 | 0.19 | 0.03 | 0 | 0.11 | 189.77 | 0.43 | 0.8 |
| Hex | B7 | DB | E2 | 13 | 3 | 0 | B | BE | 2B | 50 |
| Octal | 267 | 333 | 342 | 23 | 3 | 0 | 13 | 276 | 53 | 120 |
| Binary | 10110111 | 11011011 | 11100010 | 10011 | 11 | 0 | 1011 | 10111110 | 101011 | 1010000 |
Color Harmonies of #B7DBE2
Complementary color
Monochromatic Colors of #B7DBE2
Black with #B7DBE2
Text Example
Text Example
White with #B7DBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBE2; }
p { color: rgb(183,219,226); }
H1.HeaderClassName
{
color: #B7DBE2;
}
.AnyTagClassName
{
color: #B7DBE2;
}
</style>
background-color css
<style>
a { background-color: #B7DBE2; }
a { background-color: rgb(183,219,226); }
div.DivClassName
{
background-color: #B7DBE2;
}
.BgClassName
{
background-color: #B7DBE2;
}
</style>
border-color css
<style>
span { border-color: #B7DBE2; }
span { border-color: rgb(183,219,226); }
td.TdClassName
{
border-color: #B7DBE2;
}
.TagClassName
{
border-color: #B7DBE2;
}
</style>