Shades of Powder Blue #BCDFDE
Tints of Powder Blue #BCDFDE
RGB
CMYK
RGB Variations
Color information
#BCDFDE (or 0xBCDFDE) is known color: Powder Blue. HEX triplet: BC, DF and DE. RGB value is (188,223,222). Sum of RGB (Red+Green+Blue) = 188+223+222=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFDE is #432021. Grayscale: #D4D4D4. Windows color (decimal): -4399138 or 14606268. OLE color: 14606268.
HSL color Cylindrical-coordinate representation of color #BCDFDE: hue angle of 178.29º 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 #BCDFDE is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 222 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.13 |
| HSL | 178.29º | 0.35% | 0.81% | - |
| HSV(B) | 178.29º | 0.16% | 0.87% | - |
| XYZ | 60.31 | 68.74 | 79.2 | - |
| YUV | 212.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 222 | 0.16 | 0 | 0.00 | 0.13 | 178.29 | 0.35 | 0.81 |
| Hex | BC | DF | DE | 10 | 0 | 0 | D | B2 | 23 | 51 |
| Octal | 274 | 337 | 336 | 20 | 0 | 0 | 15 | 262 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11011110 | 10000 | 0 | 0 | 1101 | 10110010 | 100011 | 1010001 |
Color Harmonies of #BCDFDE
Complementary color
Monochromatic Colors of #BCDFDE
Black with #BCDFDE
Text Example
Text Example
White with #BCDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFDE; }
p { color: rgb(188,223,222); }
H1.HeaderClassName
{
color: #BCDFDE;
}
.AnyTagClassName
{
color: #BCDFDE;
}
</style>
background-color css
<style>
a { background-color: #BCDFDE; }
a { background-color: rgb(188,223,222); }
div.DivClassName
{
background-color: #BCDFDE;
}
.BgClassName
{
background-color: #BCDFDE;
}
</style>
border-color css
<style>
span { border-color: #BCDFDE; }
span { border-color: rgb(188,223,222); }
td.TdClassName
{
border-color: #BCDFDE;
}
.TagClassName
{
border-color: #BCDFDE;
}
</style>