Shades of Powder Blue #BDDFDE
Tints of Powder Blue #BDDFDE
RGB
CMYK
RGB Variations
Color information
#BDDFDE (or 0xBDDFDE) is known color: Powder Blue. HEX triplet: BD, DF and DE. RGB value is (189,223,222). Sum of RGB (Red+Green+Blue) = 189+223+222=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFDE is #422021. Grayscale: #D4D4D4. Windows color (decimal): -4333602 or 14606269. OLE color: 14606269.
HSL color Cylindrical-coordinate representation of color #BDDFDE: hue angle of 178.24º degrees, saturation: 0.35, 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 #BDDFDE is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 222 | - |
| CMYK | 0.15 | 0 | 0.00 | 0.13 |
| HSL | 178.24º | 0.35% | 0.81% | - |
| HSV(B) | 178.24º | 0.15% | 0.87% | - |
| XYZ | 60.56 | 68.87 | 79.21 | - |
| YUV | 212.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 222 | 0.15 | 0 | 0.00 | 0.13 | 178.24 | 0.35 | 0.81 |
| Hex | BD | DF | DE | F | 0 | 0 | D | B2 | 23 | 51 |
| Octal | 275 | 337 | 336 | 17 | 0 | 0 | 15 | 262 | 43 | 121 |
| Binary | 10111101 | 11011111 | 11011110 | 1111 | 0 | 0 | 1101 | 10110010 | 100011 | 1010001 |
Color Harmonies of #BDDFDE
Complementary color
Monochromatic Colors of #BDDFDE
Black with #BDDFDE
Text Example
Text Example
White with #BDDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFDE; }
p { color: rgb(189,223,222); }
H1.HeaderClassName
{
color: #BDDFDE;
}
.AnyTagClassName
{
color: #BDDFDE;
}
</style>
background-color css
<style>
a { background-color: #BDDFDE; }
a { background-color: rgb(189,223,222); }
div.DivClassName
{
background-color: #BDDFDE;
}
.BgClassName
{
background-color: #BDDFDE;
}
</style>
border-color css
<style>
span { border-color: #BDDFDE; }
span { border-color: rgb(189,223,222); }
td.TdClassName
{
border-color: #BDDFDE;
}
.TagClassName
{
border-color: #BDDFDE;
}
</style>