Shades of Powder Blue #B0DFDF
Tints of Powder Blue #B0DFDF
RGB
CMYK
RGB Variations
Color information
#B0DFDF (or 0xB0DFDF) is known color: Powder Blue. HEX triplet: B0, DF and DF. RGB value is (176,223,223). Sum of RGB (Red+Green+Blue) = 176+223+223=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B0DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFDF is #4F2020. Grayscale: #D0D0D0. Windows color (decimal): -5185569 or 14671792. OLE color: 14671792.
HSL color Cylindrical-coordinate representation of color #B0DFDF: hue angle of 180º 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 #B0DFDF is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 176 | 223 | 223 | - |
CMYK | 0.21 | 0 | 0 | 0.13 |
HSL | 180º | 0.42% | 0.78% | - |
HSV(B) | 180º | 0.21% | 0.87% | - |
XYZ | 57.61 | 67.33 | 79.77 | - |
YUV | 208.95 | 135.93 | 104.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 223 | 223 | 0.21 | 0 | 0 | 0.13 | 180 | 0.42 | 0.78 |
Hex | B0 | DF | DF | 15 | 0 | 0 | D | B4 | 2A | 4E |
Octal | 260 | 337 | 337 | 25 | 0 | 0 | 15 | 264 | 52 | 116 |
Binary | 10110000 | 11011111 | 11011111 | 10101 | 0 | 0 | 1101 | 10110100 | 101010 | 1001110 |
Color Harmonies of #B0DFDF
Complementary color
Monochromatic Colors of #B0DFDF
Black with #B0DFDF
Text Example
Text Example
White with #B0DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFDF; }
p { color: rgb(176,223,223); }
H1.HeaderClassName
{
color: #B0DFDF;
}
.AnyTagClassName
{
color: #B0DFDF;
}
</style>
background-color css
<style>
a { background-color: #B0DFDF; }
a { background-color: rgb(176,223,223); }
div.DivClassName
{
background-color: #B0DFDF;
}
.BgClassName
{
background-color: #B0DFDF;
}
</style>
border-color css
<style>
span { border-color: #B0DFDF; }
span { border-color: rgb(176,223,223); }
td.TdClassName
{
border-color: #B0DFDF;
}
.TagClassName
{
border-color: #B0DFDF;
}
</style>