Shades of Powder Blue #BCDFE3
Tints of Powder Blue #BCDFE3
RGB
CMYK
RGB Variations
Color information
#BCDFE3 (or 0xBCDFE3) is known color: Powder Blue. HEX triplet: BC, DF and E3. RGB value is (188,223,227). Sum of RGB (Red+Green+Blue) = 188+223+227=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCDFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFE3 is #43201C. Grayscale: #D4D4D4. Windows color (decimal): -4399133 or 14933948. OLE color: 14933948.
HSL color Cylindrical-coordinate representation of color #BCDFE3: hue angle of 186.15º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDFE3 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 223 | 227 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.11 |
| HSL | 186.15º | 0.41% | 0.81% | - |
| HSV(B) | 186.15º | 0.17% | 0.89% | - |
| XYZ | 60.99 | 69.01 | 82.78 | - |
| YUV | 212.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 227 | 0.17 | 0.02 | 0 | 0.11 | 186.15 | 0.41 | 0.81 |
| Hex | BC | DF | E3 | 11 | 2 | 0 | B | BA | 29 | 51 |
| Octal | 274 | 337 | 343 | 21 | 2 | 0 | 13 | 272 | 51 | 121 |
| Binary | 10111100 | 11011111 | 11100011 | 10001 | 10 | 0 | 1011 | 10111010 | 101001 | 1010001 |
Color Harmonies of #BCDFE3
Complementary color
Monochromatic Colors of #BCDFE3
Black with #BCDFE3
Text Example
Text Example
White with #BCDFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFE3; }
p { color: rgb(188,223,227); }
H1.HeaderClassName
{
color: #BCDFE3;
}
.AnyTagClassName
{
color: #BCDFE3;
}
</style>
background-color css
<style>
a { background-color: #BCDFE3; }
a { background-color: rgb(188,223,227); }
div.DivClassName
{
background-color: #BCDFE3;
}
.BgClassName
{
background-color: #BCDFE3;
}
</style>
border-color css
<style>
span { border-color: #BCDFE3; }
span { border-color: rgb(188,223,227); }
td.TdClassName
{
border-color: #BCDFE3;
}
.TagClassName
{
border-color: #BCDFE3;
}
</style>