Shades of Powder Blue #BFDEDF
Tints of Powder Blue #BFDEDF
RGB
CMYK
RGB Variations
Color information
#BFDEDF (or 0xBFDEDF) is known color: Powder Blue. HEX triplet: BF, DE and DF. RGB value is (191,222,223). Sum of RGB (Red+Green+Blue) = 191+222+223=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEDF is #402120. Grayscale: #D4D4D4. Windows color (decimal): -4202785 or 14671551. OLE color: 14671551.
HSL color Cylindrical-coordinate representation of color #BFDEDF: hue angle of 181.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDEDF is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 223 | - |
| CMYK | 0.14 | 0.00 | 0 | 0.13 |
| HSL | 181.88º | 0.33% | 0.81% | - |
| HSV(B) | 181.88º | 0.14% | 0.87% | - |
| XYZ | 60.93 | 68.65 | 79.85 | - |
| YUV | 212.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 223 | 0.14 | 0.00 | 0 | 0.13 | 181.88 | 0.33 | 0.81 |
| Hex | BF | DE | DF | E | 0 | 0 | D | B6 | 21 | 51 |
| Octal | 277 | 336 | 337 | 16 | 0 | 0 | 15 | 266 | 41 | 121 |
| Binary | 10111111 | 11011110 | 11011111 | 1110 | 0 | 0 | 1101 | 10110110 | 100001 | 1010001 |
Color Harmonies of #BFDEDF
Complementary color
Monochromatic Colors of #BFDEDF
Black with #BFDEDF
Text Example
Text Example
White with #BFDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEDF; }
p { color: rgb(191,222,223); }
H1.HeaderClassName
{
color: #BFDEDF;
}
.AnyTagClassName
{
color: #BFDEDF;
}
</style>
background-color css
<style>
a { background-color: #BFDEDF; }
a { background-color: rgb(191,222,223); }
div.DivClassName
{
background-color: #BFDEDF;
}
.BgClassName
{
background-color: #BFDEDF;
}
</style>
border-color css
<style>
span { border-color: #BFDEDF; }
span { border-color: rgb(191,222,223); }
td.TdClassName
{
border-color: #BFDEDF;
}
.TagClassName
{
border-color: #BFDEDF;
}
</style>