Shades of Powder Blue #B4DBDF
Tints of Powder Blue #B4DBDF
RGB
CMYK
RGB Variations
Color information
#B4DBDF (or 0xB4DBDF) is known color: Powder Blue. HEX triplet: B4, DB and DF. RGB value is (180,219,223). Sum of RGB (Red+Green+Blue) = 180+219+223=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBDF is #4B2420. Grayscale: #CFCFCF. Windows color (decimal): -4924449 or 14670772. OLE color: 14670772.
HSL color Cylindrical-coordinate representation of color #B4DBDF: hue angle of 185.58º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DBDF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 219 | 223 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.13 |
| HSL | 185.58º | 0.4% | 0.79% | - |
| HSV(B) | 185.58º | 0.19% | 0.87% | - |
| XYZ | 57.47 | 65.69 | 79.46 | - |
| YUV | 207.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 223 | 0.19 | 0.02 | 0 | 0.13 | 185.58 | 0.4 | 0.79 |
| Hex | B4 | DB | DF | 13 | 2 | 0 | D | BA | 28 | 4F |
| Octal | 264 | 333 | 337 | 23 | 2 | 0 | 15 | 272 | 50 | 117 |
| Binary | 10110100 | 11011011 | 11011111 | 10011 | 10 | 0 | 1101 | 10111010 | 101000 | 1001111 |
Color Harmonies of #B4DBDF
Complementary color
Monochromatic Colors of #B4DBDF
Black with #B4DBDF
Text Example
Text Example
White with #B4DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBDF; }
p { color: rgb(180,219,223); }
H1.HeaderClassName
{
color: #B4DBDF;
}
.AnyTagClassName
{
color: #B4DBDF;
}
</style>
background-color css
<style>
a { background-color: #B4DBDF; }
a { background-color: rgb(180,219,223); }
div.DivClassName
{
background-color: #B4DBDF;
}
.BgClassName
{
background-color: #B4DBDF;
}
</style>
border-color css
<style>
span { border-color: #B4DBDF; }
span { border-color: rgb(180,219,223); }
td.TdClassName
{
border-color: #B4DBDF;
}
.TagClassName
{
border-color: #B4DBDF;
}
</style>