Shades of Powder Blue #B0DBDE
Tints of Powder Blue #B0DBDE
RGB
CMYK
RGB Variations
Color information
#B0DBDE (or 0xB0DBDE) is known color: Powder Blue. HEX triplet: B0, DB and DE. RGB value is (176,219,222). Sum of RGB (Red+Green+Blue) = 176+219+222=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBDE is #4F2421. Grayscale: #CECECE. Windows color (decimal): -5186594 or 14605232. OLE color: 14605232.
HSL color Cylindrical-coordinate representation of color #B0DBDE: hue angle of 183.91º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DBDE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 219 | 222 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.13 |
| HSL | 183.91º | 0.41% | 0.78% | - |
| HSV(B) | 183.91º | 0.21% | 0.87% | - |
| XYZ | 56.42 | 65.17 | 78.71 | - |
| YUV | 206.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 222 | 0.21 | 0.01 | 0 | 0.13 | 183.91 | 0.41 | 0.78 |
| Hex | B0 | DB | DE | 15 | 1 | 0 | D | B8 | 29 | 4E |
| Octal | 260 | 333 | 336 | 25 | 1 | 0 | 15 | 270 | 51 | 116 |
| Binary | 10110000 | 11011011 | 11011110 | 10101 | 1 | 0 | 1101 | 10111000 | 101001 | 1001110 |
Color Harmonies of #B0DBDE
Complementary color
Monochromatic Colors of #B0DBDE
Black with #B0DBDE
Text Example
Text Example
White with #B0DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBDE; }
p { color: rgb(176,219,222); }
H1.HeaderClassName
{
color: #B0DBDE;
}
.AnyTagClassName
{
color: #B0DBDE;
}
</style>
background-color css
<style>
a { background-color: #B0DBDE; }
a { background-color: rgb(176,219,222); }
div.DivClassName
{
background-color: #B0DBDE;
}
.BgClassName
{
background-color: #B0DBDE;
}
</style>
border-color css
<style>
span { border-color: #B0DBDE; }
span { border-color: rgb(176,219,222); }
td.TdClassName
{
border-color: #B0DBDE;
}
.TagClassName
{
border-color: #B0DBDE;
}
</style>