Shades of Powder Blue #B0DCDB
Tints of Powder Blue #B0DCDB
RGB
CMYK
RGB Variations
Color information
#B0DCDB (or 0xB0DCDB) is known color: Powder Blue. HEX triplet: B0, DC and DB. RGB value is (176,220,219). Sum of RGB (Red+Green+Blue) = 176+220+219=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCDB is #4F2324. Grayscale: #CECECE. Windows color (decimal): -5186341 or 14408880. OLE color: 14408880.
HSL color Cylindrical-coordinate representation of color #B0DCDB: hue angle of 178.64º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCDB is Cyan = 0.2, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 219 | - |
| CMYK | 0.2 | 0 | 0.00 | 0.14 |
| HSL | 178.64º | 0.39% | 0.78% | - |
| HSV(B) | 178.64º | 0.2% | 0.86% | - |
| XYZ | 56.28 | 65.53 | 76.7 | - |
| YUV | 206.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 219 | 0.2 | 0 | 0.00 | 0.14 | 178.64 | 0.39 | 0.78 |
| Hex | B0 | DC | DB | 14 | 0 | 0 | E | B3 | 27 | 4E |
| Octal | 260 | 334 | 333 | 24 | 0 | 0 | 16 | 263 | 47 | 116 |
| Binary | 10110000 | 11011100 | 11011011 | 10100 | 0 | 0 | 1110 | 10110011 | 100111 | 1001110 |
Color Harmonies of #B0DCDB
Complementary color
Monochromatic Colors of #B0DCDB
Black with #B0DCDB
Text Example
Text Example
White with #B0DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCDB; }
p { color: rgb(176,220,219); }
H1.HeaderClassName
{
color: #B0DCDB;
}
.AnyTagClassName
{
color: #B0DCDB;
}
</style>
background-color css
<style>
a { background-color: #B0DCDB; }
a { background-color: rgb(176,220,219); }
div.DivClassName
{
background-color: #B0DCDB;
}
.BgClassName
{
background-color: #B0DCDB;
}
</style>
border-color css
<style>
span { border-color: #B0DCDB; }
span { border-color: rgb(176,220,219); }
td.TdClassName
{
border-color: #B0DCDB;
}
.TagClassName
{
border-color: #B0DCDB;
}
</style>