Shades of Powder Blue #BCDFE0
Tints of Powder Blue #BCDFE0
RGB
CMYK
RGB Variations
Color information
#BCDFE0 (or 0xBCDFE0) is known color: Powder Blue. HEX triplet: BC, DF and E0. RGB value is (188,223,224). Sum of RGB (Red+Green+Blue) = 188+223+224=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFE0 is #43201F. Grayscale: #D4D4D4. Windows color (decimal): -4399136 or 14737340. OLE color: 14737340.
HSL color Cylindrical-coordinate representation of color #BCDFE0: hue angle of 181.67º degrees, saturation: 0.37, 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 #BCDFE0 is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 223 | 224 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.12 |
| HSL | 181.67º | 0.37% | 0.81% | - |
| HSV(B) | 181.67º | 0.16% | 0.88% | - |
| XYZ | 60.58 | 68.85 | 80.62 | - |
| YUV | 212.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 224 | 0.16 | 0.00 | 0 | 0.12 | 181.67 | 0.37 | 0.81 |
| Hex | BC | DF | E0 | 10 | 0 | 0 | C | B6 | 25 | 51 |
| Octal | 274 | 337 | 340 | 20 | 0 | 0 | 14 | 266 | 45 | 121 |
| Binary | 10111100 | 11011111 | 11100000 | 10000 | 0 | 0 | 1100 | 10110110 | 100101 | 1010001 |
Color Harmonies of #BCDFE0
Complementary color
Monochromatic Colors of #BCDFE0
Black with #BCDFE0
Text Example
Text Example
White with #BCDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFE0; }
p { color: rgb(188,223,224); }
H1.HeaderClassName
{
color: #BCDFE0;
}
.AnyTagClassName
{
color: #BCDFE0;
}
</style>
background-color css
<style>
a { background-color: #BCDFE0; }
a { background-color: rgb(188,223,224); }
div.DivClassName
{
background-color: #BCDFE0;
}
.BgClassName
{
background-color: #BCDFE0;
}
</style>
border-color css
<style>
span { border-color: #BCDFE0; }
span { border-color: rgb(188,223,224); }
td.TdClassName
{
border-color: #BCDFE0;
}
.TagClassName
{
border-color: #BCDFE0;
}
</style>