Shades of Powder Blue #B4DEDC
Tints of Powder Blue #B4DEDC
RGB
CMYK
RGB Variations
Color information
#B4DEDC (or 0xB4DEDC) is known color: Powder Blue. HEX triplet: B4, DE and DC. RGB value is (180,222,220). Sum of RGB (Red+Green+Blue) = 180+222+220=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEDC is #4B2123. Grayscale: #D1D1D1. Windows color (decimal): -4923684 or 14474932. OLE color: 14474932.
HSL color Cylindrical-coordinate representation of color #B4DEDC: hue angle of 177.14º degrees, saturation: 0.39, 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 #B4DEDC is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 222 | 220 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.13 |
| HSL | 177.14º | 0.39% | 0.79% | - |
| HSV(B) | 177.14º | 0.19% | 0.87% | - |
| XYZ | 57.86 | 67.11 | 77.61 | - |
| YUV | 209.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 220 | 0.19 | 0 | 0.01 | 0.13 | 177.14 | 0.39 | 0.79 |
| Hex | B4 | DE | DC | 13 | 0 | 1 | D | B1 | 27 | 4F |
| Octal | 264 | 336 | 334 | 23 | 0 | 1 | 15 | 261 | 47 | 117 |
| Binary | 10110100 | 11011110 | 11011100 | 10011 | 0 | 1 | 1101 | 10110001 | 100111 | 1001111 |
Color Harmonies of #B4DEDC
Complementary color
Monochromatic Colors of #B4DEDC
Black with #B4DEDC
Text Example
Text Example
White with #B4DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DEDC; }
p { color: rgb(180,222,220); }
H1.HeaderClassName
{
color: #B4DEDC;
}
.AnyTagClassName
{
color: #B4DEDC;
}
</style>
background-color css
<style>
a { background-color: #B4DEDC; }
a { background-color: rgb(180,222,220); }
div.DivClassName
{
background-color: #B4DEDC;
}
.BgClassName
{
background-color: #B4DEDC;
}
</style>
border-color css
<style>
span { border-color: #B4DEDC; }
span { border-color: rgb(180,222,220); }
td.TdClassName
{
border-color: #B4DEDC;
}
.TagClassName
{
border-color: #B4DEDC;
}
</style>