Shades of Powder Blue #BDDDDE
Tints of Powder Blue #BDDDDE
RGB
CMYK
RGB Variations
Color information
#BDDDDE (or 0xBDDDDE) is known color: Powder Blue. HEX triplet: BD, DD and DE. RGB value is (189,221,222). Sum of RGB (Red+Green+Blue) = 189+221+222=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDDE is #422221. Grayscale: #D3D3D3. Windows color (decimal): -4334114 or 14605757. OLE color: 14605757.
HSL color Cylindrical-coordinate representation of color #BDDDDE: hue angle of 181.82º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDDDE is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 222 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.13 |
| HSL | 181.82º | 0.33% | 0.81% | - |
| HSV(B) | 181.82º | 0.15% | 0.87% | - |
| XYZ | 60.03 | 67.81 | 79.03 | - |
| YUV | 211.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 222 | 0.15 | 0.00 | 0 | 0.13 | 181.82 | 0.33 | 0.81 |
| Hex | BD | DD | DE | F | 0 | 0 | D | B6 | 21 | 51 |
| Octal | 275 | 335 | 336 | 17 | 0 | 0 | 15 | 266 | 41 | 121 |
| Binary | 10111101 | 11011101 | 11011110 | 1111 | 0 | 0 | 1101 | 10110110 | 100001 | 1010001 |
Color Harmonies of #BDDDDE
Complementary color
Monochromatic Colors of #BDDDDE
Black with #BDDDDE
Text Example
Text Example
White with #BDDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDDE; }
p { color: rgb(189,221,222); }
H1.HeaderClassName
{
color: #BDDDDE;
}
.AnyTagClassName
{
color: #BDDDDE;
}
</style>
background-color css
<style>
a { background-color: #BDDDDE; }
a { background-color: rgb(189,221,222); }
div.DivClassName
{
background-color: #BDDDDE;
}
.BgClassName
{
background-color: #BDDDDE;
}
</style>
border-color css
<style>
span { border-color: #BDDDDE; }
span { border-color: rgb(189,221,222); }
td.TdClassName
{
border-color: #BDDDDE;
}
.TagClassName
{
border-color: #BDDDDE;
}
</style>