Shades of Powder Blue #B4DDE1
Tints of Powder Blue #B4DDE1
RGB
CMYK
RGB Variations
Color information
#B4DDE1 (or 0xB4DDE1) is known color: Powder Blue. HEX triplet: B4, DD and E1. RGB value is (180,221,225). Sum of RGB (Red+Green+Blue) = 180+221+225=626 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.75% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #B4DDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDE1 is #4B221E. Grayscale: #D1D1D1. Windows color (decimal): -4923935 or 14802356. OLE color: 14802356.
HSL color Cylindrical-coordinate representation of color #B4DDE1: hue angle of 185.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4DDE1 is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 221 | 225 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.12 |
| HSL | 185.33º | 0.43% | 0.79% | - |
| HSV(B) | 185.33º | 0.2% | 0.88% | - |
| XYZ | 58.27 | 66.85 | 81.07 | - |
| YUV | 209.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 225 | 0.2 | 0.02 | 0 | 0.12 | 185.33 | 0.43 | 0.79 |
| Hex | B4 | DD | E1 | 14 | 2 | 0 | C | B9 | 2B | 4F |
| Octal | 264 | 335 | 341 | 24 | 2 | 0 | 14 | 271 | 53 | 117 |
| Binary | 10110100 | 11011101 | 11100001 | 10100 | 10 | 0 | 1100 | 10111001 | 101011 | 1001111 |
Color Harmonies of #B4DDE1
Complementary color
Monochromatic Colors of #B4DDE1
Black with #B4DDE1
Text Example
Text Example
White with #B4DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDE1; }
p { color: rgb(180,221,225); }
H1.HeaderClassName
{
color: #B4DDE1;
}
.AnyTagClassName
{
color: #B4DDE1;
}
</style>
background-color css
<style>
a { background-color: #B4DDE1; }
a { background-color: rgb(180,221,225); }
div.DivClassName
{
background-color: #B4DDE1;
}
.BgClassName
{
background-color: #B4DDE1;
}
</style>
border-color css
<style>
span { border-color: #B4DDE1; }
span { border-color: rgb(180,221,225); }
td.TdClassName
{
border-color: #B4DDE1;
}
.TagClassName
{
border-color: #B4DDE1;
}
</style>