Shades of Powder Blue #B0DCDF
Tints of Powder Blue #B0DCDF
RGB
CMYK
RGB Variations
Color information
#B0DCDF (or 0xB0DCDF) is known color: Powder Blue. HEX triplet: B0, DC and DF. RGB value is (176,220,223). Sum of RGB (Red+Green+Blue) = 176+220+223=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCDF is #4F2320. Grayscale: #CFCFCF. Windows color (decimal): -5186337 or 14671024. OLE color: 14671024.
HSL color Cylindrical-coordinate representation of color #B0DCDF: hue angle of 183.83º 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 #B0DCDF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 220 | 223 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.13 |
| HSL | 183.83º | 0.42% | 0.78% | - |
| HSV(B) | 183.83º | 0.21% | 0.87% | - |
| XYZ | 56.82 | 65.74 | 79.51 | - |
| YUV | 207.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 223 | 0.21 | 0.01 | 0 | 0.13 | 183.83 | 0.42 | 0.78 |
| Hex | B0 | DC | DF | 15 | 1 | 0 | D | B8 | 2A | 4E |
| Octal | 260 | 334 | 337 | 25 | 1 | 0 | 15 | 270 | 52 | 116 |
| Binary | 10110000 | 11011100 | 11011111 | 10101 | 1 | 0 | 1101 | 10111000 | 101010 | 1001110 |
Color Harmonies of #B0DCDF
Complementary color
Monochromatic Colors of #B0DCDF
Black with #B0DCDF
Text Example
Text Example
White with #B0DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCDF; }
p { color: rgb(176,220,223); }
H1.HeaderClassName
{
color: #B0DCDF;
}
.AnyTagClassName
{
color: #B0DCDF;
}
</style>
background-color css
<style>
a { background-color: #B0DCDF; }
a { background-color: rgb(176,220,223); }
div.DivClassName
{
background-color: #B0DCDF;
}
.BgClassName
{
background-color: #B0DCDF;
}
</style>
border-color css
<style>
span { border-color: #B0DCDF; }
span { border-color: rgb(176,220,223); }
td.TdClassName
{
border-color: #B0DCDF;
}
.TagClassName
{
border-color: #B0DCDF;
}
</style>