Shades of Powder Blue #B4DCDF
Tints of Powder Blue #B4DCDF
RGB
CMYK
RGB Variations
Color information
#B4DCDF (or 0xB4DCDF) is known color: Powder Blue. HEX triplet: B4, DC and DF. RGB value is (180,220,223). Sum of RGB (Red+Green+Blue) = 180+220+223=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCDF is #4B2320. Grayscale: #D0D0D0. Windows color (decimal): -4924193 or 14671028. OLE color: 14671028.
HSL color Cylindrical-coordinate representation of color #B4DCDF: hue angle of 184.19º 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 #B4DCDF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 220 | 223 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.13 |
| HSL | 184.19º | 0.4% | 0.79% | - |
| HSV(B) | 184.19º | 0.19% | 0.87% | - |
| XYZ | 57.73 | 66.22 | 79.55 | - |
| YUV | 208.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 223 | 0.19 | 0.01 | 0 | 0.13 | 184.19 | 0.4 | 0.79 |
| Hex | B4 | DC | DF | 13 | 1 | 0 | D | B8 | 28 | 4F |
| Octal | 264 | 334 | 337 | 23 | 1 | 0 | 15 | 270 | 50 | 117 |
| Binary | 10110100 | 11011100 | 11011111 | 10011 | 1 | 0 | 1101 | 10111000 | 101000 | 1001111 |
Color Harmonies of #B4DCDF
Complementary color
Monochromatic Colors of #B4DCDF
Black with #B4DCDF
Text Example
Text Example
White with #B4DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCDF; }
p { color: rgb(180,220,223); }
H1.HeaderClassName
{
color: #B4DCDF;
}
.AnyTagClassName
{
color: #B4DCDF;
}
</style>
background-color css
<style>
a { background-color: #B4DCDF; }
a { background-color: rgb(180,220,223); }
div.DivClassName
{
background-color: #B4DCDF;
}
.BgClassName
{
background-color: #B4DCDF;
}
</style>
border-color css
<style>
span { border-color: #B4DCDF; }
span { border-color: rgb(180,220,223); }
td.TdClassName
{
border-color: #B4DCDF;
}
.TagClassName
{
border-color: #B4DCDF;
}
</style>