Shades of Powder Blue #B0DBDF
Tints of Powder Blue #B0DBDF
RGB
CMYK
RGB Variations
Color information
#B0DBDF (or 0xB0DBDF) is known color: Powder Blue. HEX triplet: B0, DB and DF. RGB value is (176,219,223). Sum of RGB (Red+Green+Blue) = 176+219+223=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBDF is #4F2420. Grayscale: #CECECE. Windows color (decimal): -5186593 or 14670768. OLE color: 14670768.
HSL color Cylindrical-coordinate representation of color #B0DBDF: hue angle of 185.11º degrees, saturation: 0.42, 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 #B0DBDF is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 219 | 223 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.13 |
| HSL | 185.11º | 0.42% | 0.78% | - |
| HSV(B) | 185.11º | 0.21% | 0.87% | - |
| XYZ | 56.56 | 65.22 | 79.42 | - |
| YUV | 206.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 223 | 0.21 | 0.02 | 0 | 0.13 | 185.11 | 0.42 | 0.78 |
| Hex | B0 | DB | DF | 15 | 2 | 0 | D | B9 | 2A | 4E |
| Octal | 260 | 333 | 337 | 25 | 2 | 0 | 15 | 271 | 52 | 116 |
| Binary | 10110000 | 11011011 | 11011111 | 10101 | 10 | 0 | 1101 | 10111001 | 101010 | 1001110 |
Color Harmonies of #B0DBDF
Complementary color
Monochromatic Colors of #B0DBDF
Black with #B0DBDF
Text Example
Text Example
White with #B0DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBDF; }
p { color: rgb(176,219,223); }
H1.HeaderClassName
{
color: #B0DBDF;
}
.AnyTagClassName
{
color: #B0DBDF;
}
</style>
background-color css
<style>
a { background-color: #B0DBDF; }
a { background-color: rgb(176,219,223); }
div.DivClassName
{
background-color: #B0DBDF;
}
.BgClassName
{
background-color: #B0DBDF;
}
</style>
border-color css
<style>
span { border-color: #B0DBDF; }
span { border-color: rgb(176,219,223); }
td.TdClassName
{
border-color: #B0DBDF;
}
.TagClassName
{
border-color: #B0DBDF;
}
</style>