Shades of Powder Blue #BFDBDE
Tints of Powder Blue #BFDBDE
RGB
CMYK
RGB Variations
Color information
#BFDBDE (or 0xBFDBDE) is known color: Powder Blue. HEX triplet: BF, DB and DE. RGB value is (191,219,222). Sum of RGB (Red+Green+Blue) = 191+219+222=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFDBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBDE is #402421. Grayscale: #D2D2D2. Windows color (decimal): -4203554 or 14605247. OLE color: 14605247.
HSL color Cylindrical-coordinate representation of color #BFDBDE: hue angle of 185.81º 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 #BFDBDE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 219 | 222 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.13 |
| HSL | 185.81º | 0.32% | 0.81% | - |
| HSV(B) | 185.81º | 0.14% | 0.87% | - |
| XYZ | 60 | 67.01 | 78.88 | - |
| YUV | 210.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 222 | 0.14 | 0.01 | 0 | 0.13 | 185.81 | 0.32 | 0.81 |
| Hex | BF | DB | DE | E | 1 | 0 | D | BA | 20 | 51 |
| Octal | 277 | 333 | 336 | 16 | 1 | 0 | 15 | 272 | 40 | 121 |
| Binary | 10111111 | 11011011 | 11011110 | 1110 | 1 | 0 | 1101 | 10111010 | 100000 | 1010001 |
Color Harmonies of #BFDBDE
Complementary color
Monochromatic Colors of #BFDBDE
Black with #BFDBDE
Text Example
Text Example
White with #BFDBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBDE; }
p { color: rgb(191,219,222); }
H1.HeaderClassName
{
color: #BFDBDE;
}
.AnyTagClassName
{
color: #BFDBDE;
}
</style>
background-color css
<style>
a { background-color: #BFDBDE; }
a { background-color: rgb(191,219,222); }
div.DivClassName
{
background-color: #BFDBDE;
}
.BgClassName
{
background-color: #BFDBDE;
}
</style>
border-color css
<style>
span { border-color: #BFDBDE; }
span { border-color: rgb(191,219,222); }
td.TdClassName
{
border-color: #BFDBDE;
}
.TagClassName
{
border-color: #BFDBDE;
}
</style>