Shades of Powder Blue #BDDFE0
Tints of Powder Blue #BDDFE0
RGB
CMYK
RGB Variations
Color information
#BDDFE0 (or 0xBDDFE0) is known color: Powder Blue. HEX triplet: BD, DF and E0. RGB value is (189,223,224). Sum of RGB (Red+Green+Blue) = 189+223+224=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFE0 is #42201F. Grayscale: #D4D4D4. Windows color (decimal): -4333600 or 14737341. OLE color: 14737341.
HSL color Cylindrical-coordinate representation of color #BDDFE0: hue angle of 181.71º 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 #BDDFE0 is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 223 | 224 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.12 |
| HSL | 181.71º | 0.36% | 0.81% | - |
| HSV(B) | 181.71º | 0.16% | 0.88% | - |
| XYZ | 60.83 | 68.98 | 80.63 | - |
| YUV | 212.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 224 | 0.16 | 0.00 | 0 | 0.12 | 181.71 | 0.36 | 0.81 |
| Hex | BD | DF | E0 | 10 | 0 | 0 | C | B6 | 24 | 51 |
| Octal | 275 | 337 | 340 | 20 | 0 | 0 | 14 | 266 | 44 | 121 |
| Binary | 10111101 | 11011111 | 11100000 | 10000 | 0 | 0 | 1100 | 10110110 | 100100 | 1010001 |
Color Harmonies of #BDDFE0
Complementary color
Monochromatic Colors of #BDDFE0
Black with #BDDFE0
Text Example
Text Example
White with #BDDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFE0; }
p { color: rgb(189,223,224); }
H1.HeaderClassName
{
color: #BDDFE0;
}
.AnyTagClassName
{
color: #BDDFE0;
}
</style>
background-color css
<style>
a { background-color: #BDDFE0; }
a { background-color: rgb(189,223,224); }
div.DivClassName
{
background-color: #BDDFE0;
}
.BgClassName
{
background-color: #BDDFE0;
}
</style>
border-color css
<style>
span { border-color: #BDDFE0; }
span { border-color: rgb(189,223,224); }
td.TdClassName
{
border-color: #BDDFE0;
}
.TagClassName
{
border-color: #BDDFE0;
}
</style>