Shades of Powder Blue #BFDDDE
Tints of Powder Blue #BFDDDE
RGB
CMYK
RGB Variations
Color information
#BFDDDE (or 0xBFDDDE) is known color: Powder Blue. HEX triplet: BF, DD and DE. RGB value is (191,221,222). Sum of RGB (Red+Green+Blue) = 191+221+222=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDDE is #402221. Grayscale: #D4D4D4. Windows color (decimal): -4203042 or 14605759. OLE color: 14605759.
HSL color Cylindrical-coordinate representation of color #BFDDDE: hue angle of 181.94º degrees, saturation: 0.32, 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 #BFDDDE is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 222 | - |
| CMYK | 0.14 | 0.00 | 0 | 0.13 |
| HSL | 181.94º | 0.32% | 0.81% | - |
| HSV(B) | 181.94º | 0.14% | 0.87% | - |
| XYZ | 60.53 | 68.06 | 79.05 | - |
| YUV | 212.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 222 | 0.14 | 0.00 | 0 | 0.13 | 181.94 | 0.32 | 0.81 |
| Hex | BF | DD | DE | E | 0 | 0 | D | B6 | 20 | 51 |
| Octal | 277 | 335 | 336 | 16 | 0 | 0 | 15 | 266 | 40 | 121 |
| Binary | 10111111 | 11011101 | 11011110 | 1110 | 0 | 0 | 1101 | 10110110 | 100000 | 1010001 |
Color Harmonies of #BFDDDE
Complementary color
Monochromatic Colors of #BFDDDE
Black with #BFDDDE
Text Example
Text Example
White with #BFDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDDE; }
p { color: rgb(191,221,222); }
H1.HeaderClassName
{
color: #BFDDDE;
}
.AnyTagClassName
{
color: #BFDDDE;
}
</style>
background-color css
<style>
a { background-color: #BFDDDE; }
a { background-color: rgb(191,221,222); }
div.DivClassName
{
background-color: #BFDDDE;
}
.BgClassName
{
background-color: #BFDDDE;
}
</style>
border-color css
<style>
span { border-color: #BFDDDE; }
span { border-color: rgb(191,221,222); }
td.TdClassName
{
border-color: #BFDDDE;
}
.TagClassName
{
border-color: #BFDDDE;
}
</style>