Shades of Powder Blue #BCDFDF
Tints of Powder Blue #BCDFDF
RGB
CMYK
RGB Variations
Color information
#BCDFDF (or 0xBCDFDF) is known color: Powder Blue. HEX triplet: BC, DF and DF. RGB value is (188,223,223). Sum of RGB (Red+Green+Blue) = 188+223+223=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #BCDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFDF is #432020. Grayscale: #D4D4D4. Windows color (decimal): -4399137 or 14671804. OLE color: 14671804.
HSL color Cylindrical-coordinate representation of color #BCDFDF: hue angle of 180º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFDF is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 223 | - |
| CMYK | 0.16 | 0 | 0 | 0.13 |
| HSL | 180º | 0.35% | 0.81% | - |
| HSV(B) | 180º | 0.16% | 0.87% | - |
| XYZ | 60.45 | 68.79 | 79.9 | - |
| YUV | 212.54 | 133.9 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 223 | 0.16 | 0 | 0 | 0.13 | 180 | 0.35 | 0.81 |
| Hex | BC | DF | DF | 10 | 0 | 0 | D | B4 | 23 | 51 |
| Octal | 274 | 337 | 337 | 20 | 0 | 0 | 15 | 264 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11011111 | 10000 | 0 | 0 | 1101 | 10110100 | 100011 | 1010001 |
Color Harmonies of #BCDFDF
Complementary color
Monochromatic Colors of #BCDFDF
Black with #BCDFDF
Text Example
Text Example
White with #BCDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFDF; }
p { color: rgb(188,223,223); }
H1.HeaderClassName
{
color: #BCDFDF;
}
.AnyTagClassName
{
color: #BCDFDF;
}
</style>
background-color css
<style>
a { background-color: #BCDFDF; }
a { background-color: rgb(188,223,223); }
div.DivClassName
{
background-color: #BCDFDF;
}
.BgClassName
{
background-color: #BCDFDF;
}
</style>
border-color css
<style>
span { border-color: #BCDFDF; }
span { border-color: rgb(188,223,223); }
td.TdClassName
{
border-color: #BCDFDF;
}
.TagClassName
{
border-color: #BCDFDF;
}
</style>