Shades of Powder Blue #BCDFE1
Tints of Powder Blue #BCDFE1
RGB
CMYK
RGB Variations
Color information
#BCDFE1 (or 0xBCDFE1) is known color: Powder Blue. HEX triplet: BC, DF and E1. RGB value is (188,223,225). Sum of RGB (Red+Green+Blue) = 188+223+225=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFE1 is #43201E. Grayscale: #D4D4D4. Windows color (decimal): -4399135 or 14802876. OLE color: 14802876.
HSL color Cylindrical-coordinate representation of color #BCDFE1: hue angle of 183.24º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFE1 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 223 | 225 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.12 |
| HSL | 183.24º | 0.38% | 0.81% | - |
| HSV(B) | 183.24º | 0.16% | 0.88% | - |
| XYZ | 60.72 | 68.9 | 81.33 | - |
| YUV | 212.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 225 | 0.16 | 0.01 | 0 | 0.12 | 183.24 | 0.38 | 0.81 |
| Hex | BC | DF | E1 | 10 | 1 | 0 | C | B7 | 26 | 51 |
| Octal | 274 | 337 | 341 | 20 | 1 | 0 | 14 | 267 | 46 | 121 |
| Binary | 10111100 | 11011111 | 11100001 | 10000 | 1 | 0 | 1100 | 10110111 | 100110 | 1010001 |
Color Harmonies of #BCDFE1
Complementary color
Monochromatic Colors of #BCDFE1
Black with #BCDFE1
Text Example
Text Example
White with #BCDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFE1; }
p { color: rgb(188,223,225); }
H1.HeaderClassName
{
color: #BCDFE1;
}
.AnyTagClassName
{
color: #BCDFE1;
}
</style>
background-color css
<style>
a { background-color: #BCDFE1; }
a { background-color: rgb(188,223,225); }
div.DivClassName
{
background-color: #BCDFE1;
}
.BgClassName
{
background-color: #BCDFE1;
}
</style>
border-color css
<style>
span { border-color: #BCDFE1; }
span { border-color: rgb(188,223,225); }
td.TdClassName
{
border-color: #BCDFE1;
}
.TagClassName
{
border-color: #BCDFE1;
}
</style>