Shades of Powder Blue #BDDDE1
Tints of Powder Blue #BDDDE1
RGB
CMYK
RGB Variations
Color information
#BDDDE1 (or 0xBDDDE1) is known color: Powder Blue. HEX triplet: BD, DD and E1. RGB value is (189,221,225). Sum of RGB (Red+Green+Blue) = 189+221+225=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDE1 is #42221E. Grayscale: #D3D3D3. Windows color (decimal): -4334111 or 14802365. OLE color: 14802365.
HSL color Cylindrical-coordinate representation of color #BDDDE1: hue angle of 186.67º degrees, saturation: 0.38, 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 #BDDDE1 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 221 | 225 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.12 |
| HSL | 186.67º | 0.38% | 0.81% | - |
| HSV(B) | 186.67º | 0.16% | 0.88% | - |
| XYZ | 60.43 | 67.97 | 81.17 | - |
| YUV | 211.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 225 | 0.16 | 0.02 | 0 | 0.12 | 186.67 | 0.38 | 0.81 |
| Hex | BD | DD | E1 | 10 | 2 | 0 | C | BB | 26 | 51 |
| Octal | 275 | 335 | 341 | 20 | 2 | 0 | 14 | 273 | 46 | 121 |
| Binary | 10111101 | 11011101 | 11100001 | 10000 | 10 | 0 | 1100 | 10111011 | 100110 | 1010001 |
Color Harmonies of #BDDDE1
Complementary color
Monochromatic Colors of #BDDDE1
Black with #BDDDE1
Text Example
Text Example
White with #BDDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDE1; }
p { color: rgb(189,221,225); }
H1.HeaderClassName
{
color: #BDDDE1;
}
.AnyTagClassName
{
color: #BDDDE1;
}
</style>
background-color css
<style>
a { background-color: #BDDDE1; }
a { background-color: rgb(189,221,225); }
div.DivClassName
{
background-color: #BDDDE1;
}
.BgClassName
{
background-color: #BDDDE1;
}
</style>
border-color css
<style>
span { border-color: #BDDDE1; }
span { border-color: rgb(189,221,225); }
td.TdClassName
{
border-color: #BDDDE1;
}
.TagClassName
{
border-color: #BDDDE1;
}
</style>