Shades of Powder Blue #BFDBDF
Tints of Powder Blue #BFDBDF
RGB
CMYK
RGB Variations
Color information
#BFDBDF (or 0xBFDBDF) is known color: Powder Blue. HEX triplet: BF, DB and DF. RGB value is (191,219,223). Sum of RGB (Red+Green+Blue) = 191+219+223=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFDBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBDF is #402420. Grayscale: #D3D3D3. Windows color (decimal): -4203553 or 14670783. OLE color: 14670783.
HSL color Cylindrical-coordinate representation of color #BFDBDF: hue angle of 187.5º 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 #BFDBDF is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 219 | 223 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.13 |
| HSL | 187.5º | 0.33% | 0.81% | - |
| HSV(B) | 187.5º | 0.14% | 0.87% | - |
| XYZ | 60.14 | 67.07 | 79.59 | - |
| YUV | 211.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 223 | 0.14 | 0.02 | 0 | 0.13 | 187.5 | 0.33 | 0.81 |
| Hex | BF | DB | DF | E | 2 | 0 | D | BC | 21 | 51 |
| Octal | 277 | 333 | 337 | 16 | 2 | 0 | 15 | 274 | 41 | 121 |
| Binary | 10111111 | 11011011 | 11011111 | 1110 | 10 | 0 | 1101 | 10111100 | 100001 | 1010001 |
Color Harmonies of #BFDBDF
Complementary color
Monochromatic Colors of #BFDBDF
Black with #BFDBDF
Text Example
Text Example
White with #BFDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBDF; }
p { color: rgb(191,219,223); }
H1.HeaderClassName
{
color: #BFDBDF;
}
.AnyTagClassName
{
color: #BFDBDF;
}
</style>
background-color css
<style>
a { background-color: #BFDBDF; }
a { background-color: rgb(191,219,223); }
div.DivClassName
{
background-color: #BFDBDF;
}
.BgClassName
{
background-color: #BFDBDF;
}
</style>
border-color css
<style>
span { border-color: #BFDBDF; }
span { border-color: rgb(191,219,223); }
td.TdClassName
{
border-color: #BFDBDF;
}
.TagClassName
{
border-color: #BFDBDF;
}
</style>