Shades of Powder Blue #BFDCDF
Tints of Powder Blue #BFDCDF
RGB
CMYK
RGB Variations
Color information
#BFDCDF (or 0xBFDCDF) is known color: Powder Blue. HEX triplet: BF, DC and DF. RGB value is (191,220,223). Sum of RGB (Red+Green+Blue) = 191+220+223=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCDF is #402320. Grayscale: #D3D3D3. Windows color (decimal): -4203297 or 14671039. OLE color: 14671039.
HSL color Cylindrical-coordinate representation of color #BFDCDF: hue angle of 185.62º 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 #BFDCDF is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 220 | 223 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.13 |
| HSL | 185.63º | 0.33% | 0.81% | - |
| HSV(B) | 185.63º | 0.14% | 0.87% | - |
| XYZ | 60.4 | 67.59 | 79.67 | - |
| YUV | 211.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 223 | 0.14 | 0.01 | 0 | 0.13 | 185.63 | 0.33 | 0.81 |
| Hex | BF | DC | DF | E | 1 | 0 | D | BA | 21 | 51 |
| Octal | 277 | 334 | 337 | 16 | 1 | 0 | 15 | 272 | 41 | 121 |
| Binary | 10111111 | 11011100 | 11011111 | 1110 | 1 | 0 | 1101 | 10111010 | 100001 | 1010001 |
Color Harmonies of #BFDCDF
Complementary color
Monochromatic Colors of #BFDCDF
Black with #BFDCDF
Text Example
Text Example
White with #BFDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCDF; }
p { color: rgb(191,220,223); }
H1.HeaderClassName
{
color: #BFDCDF;
}
.AnyTagClassName
{
color: #BFDCDF;
}
</style>
background-color css
<style>
a { background-color: #BFDCDF; }
a { background-color: rgb(191,220,223); }
div.DivClassName
{
background-color: #BFDCDF;
}
.BgClassName
{
background-color: #BFDCDF;
}
</style>
border-color css
<style>
span { border-color: #BFDCDF; }
span { border-color: rgb(191,220,223); }
td.TdClassName
{
border-color: #BFDCDF;
}
.TagClassName
{
border-color: #BFDCDF;
}
</style>