Shades of Powder Blue #B4DDDC
Tints of Powder Blue #B4DDDC
RGB
CMYK
RGB Variations
Color information
#B4DDDC (or 0xB4DDDC) is known color: Powder Blue. HEX triplet: B4, DD and DC. RGB value is (180,221,220). Sum of RGB (Red+Green+Blue) = 180+221+220=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDDC is #4B2223. Grayscale: #D0D0D0. Windows color (decimal): -4923940 or 14474676. OLE color: 14474676.
HSL color Cylindrical-coordinate representation of color #B4DDDC: hue angle of 178.54º degrees, saturation: 0.38, 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 #B4DDDC is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 220 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.13 |
| HSL | 178.54º | 0.38% | 0.79% | - |
| HSV(B) | 178.54º | 0.19% | 0.87% | - |
| XYZ | 57.6 | 66.58 | 77.53 | - |
| YUV | 208.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 220 | 0.19 | 0 | 0.00 | 0.13 | 178.54 | 0.38 | 0.79 |
| Hex | B4 | DD | DC | 13 | 0 | 0 | D | B3 | 26 | 4F |
| Octal | 264 | 335 | 334 | 23 | 0 | 0 | 15 | 263 | 46 | 117 |
| Binary | 10110100 | 11011101 | 11011100 | 10011 | 0 | 0 | 1101 | 10110011 | 100110 | 1001111 |
Color Harmonies of #B4DDDC
Complementary color
Monochromatic Colors of #B4DDDC
Black with #B4DDDC
Text Example
Text Example
White with #B4DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDDC; }
p { color: rgb(180,221,220); }
H1.HeaderClassName
{
color: #B4DDDC;
}
.AnyTagClassName
{
color: #B4DDDC;
}
</style>
background-color css
<style>
a { background-color: #B4DDDC; }
a { background-color: rgb(180,221,220); }
div.DivClassName
{
background-color: #B4DDDC;
}
.BgClassName
{
background-color: #B4DDDC;
}
</style>
border-color css
<style>
span { border-color: #B4DDDC; }
span { border-color: rgb(180,221,220); }
td.TdClassName
{
border-color: #B4DDDC;
}
.TagClassName
{
border-color: #B4DDDC;
}
</style>