Shades of Powder Blue #BDDDE0
Tints of Powder Blue #BDDDE0
RGB
CMYK
RGB Variations
Color information
#BDDDE0 (or 0xBDDDE0) is known color: Powder Blue. HEX triplet: BD, DD and E0. RGB value is (189,221,224). Sum of RGB (Red+Green+Blue) = 189+221+224=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDE0 is #42221F. Grayscale: #D3D3D3. Windows color (decimal): -4334112 or 14736829. OLE color: 14736829.
HSL color Cylindrical-coordinate representation of color #BDDDE0: hue angle of 185.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDDDE0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 221 | 224 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.12 |
| HSL | 185.14º | 0.36% | 0.81% | - |
| HSV(B) | 185.14º | 0.16% | 0.88% | - |
| XYZ | 60.3 | 67.91 | 80.45 | - |
| YUV | 211.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 224 | 0.16 | 0.01 | 0 | 0.12 | 185.14 | 0.36 | 0.81 |
| Hex | BD | DD | E0 | 10 | 1 | 0 | C | B9 | 24 | 51 |
| Octal | 275 | 335 | 340 | 20 | 1 | 0 | 14 | 271 | 44 | 121 |
| Binary | 10111101 | 11011101 | 11100000 | 10000 | 1 | 0 | 1100 | 10111001 | 100100 | 1010001 |
Color Harmonies of #BDDDE0
Complementary color
Monochromatic Colors of #BDDDE0
Black with #BDDDE0
Text Example
Text Example
White with #BDDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDE0; }
p { color: rgb(189,221,224); }
H1.HeaderClassName
{
color: #BDDDE0;
}
.AnyTagClassName
{
color: #BDDDE0;
}
</style>
background-color css
<style>
a { background-color: #BDDDE0; }
a { background-color: rgb(189,221,224); }
div.DivClassName
{
background-color: #BDDDE0;
}
.BgClassName
{
background-color: #BDDDE0;
}
</style>
border-color css
<style>
span { border-color: #BDDDE0; }
span { border-color: rgb(189,221,224); }
td.TdClassName
{
border-color: #BDDDE0;
}
.TagClassName
{
border-color: #BDDDE0;
}
</style>