Shades of Powder Blue #B4DDDE
Tints of Powder Blue #B4DDDE
RGB
CMYK
RGB Variations
Color information
#B4DDDE (or 0xB4DDDE) is known color: Powder Blue. HEX triplet: B4, DD and DE. RGB value is (180,221,222). Sum of RGB (Red+Green+Blue) = 180+221+222=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDDE is #4B2221. Grayscale: #D0D0D0. Windows color (decimal): -4923938 or 14605748. OLE color: 14605748.
HSL color Cylindrical-coordinate representation of color #B4DDDE: hue angle of 181.43º 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 #B4DDDE is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 222 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.13 |
| HSL | 181.43º | 0.39% | 0.79% | - |
| HSV(B) | 181.43º | 0.19% | 0.87% | - |
| XYZ | 57.86 | 66.69 | 78.93 | - |
| YUV | 208.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 222 | 0.19 | 0.00 | 0 | 0.13 | 181.43 | 0.39 | 0.79 |
| Hex | B4 | DD | DE | 13 | 0 | 0 | D | B5 | 27 | 4F |
| Octal | 264 | 335 | 336 | 23 | 0 | 0 | 15 | 265 | 47 | 117 |
| Binary | 10110100 | 11011101 | 11011110 | 10011 | 0 | 0 | 1101 | 10110101 | 100111 | 1001111 |
Color Harmonies of #B4DDDE
Complementary color
Monochromatic Colors of #B4DDDE
Black with #B4DDDE
Text Example
Text Example
White with #B4DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDDE; }
p { color: rgb(180,221,222); }
H1.HeaderClassName
{
color: #B4DDDE;
}
.AnyTagClassName
{
color: #B4DDDE;
}
</style>
background-color css
<style>
a { background-color: #B4DDDE; }
a { background-color: rgb(180,221,222); }
div.DivClassName
{
background-color: #B4DDDE;
}
.BgClassName
{
background-color: #B4DDDE;
}
</style>
border-color css
<style>
span { border-color: #B4DDDE; }
span { border-color: rgb(180,221,222); }
td.TdClassName
{
border-color: #B4DDDE;
}
.TagClassName
{
border-color: #B4DDDE;
}
</style>