Shades of Powder Blue #BCDFE2
Tints of Powder Blue #BCDFE2
RGB
CMYK
RGB Variations
Color information
#BCDFE2 (or 0xBCDFE2) is known color: Powder Blue. HEX triplet: BC, DF and E2. RGB value is (188,223,226). Sum of RGB (Red+Green+Blue) = 188+223+226=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCDFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFE2 is #43201D. Grayscale: #D4D4D4. Windows color (decimal): -4399134 or 14868412. OLE color: 14868412.
HSL color Cylindrical-coordinate representation of color #BCDFE2: hue angle of 184.74º degrees, saturation: 0.4, 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 #BCDFE2 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 223 | 226 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.11 |
| HSL | 184.74º | 0.4% | 0.81% | - |
| HSV(B) | 184.74º | 0.17% | 0.89% | - |
| XYZ | 60.85 | 68.96 | 82.05 | - |
| YUV | 212.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 226 | 0.17 | 0.01 | 0 | 0.11 | 184.74 | 0.4 | 0.81 |
| Hex | BC | DF | E2 | 11 | 1 | 0 | B | B9 | 28 | 51 |
| Octal | 274 | 337 | 342 | 21 | 1 | 0 | 13 | 271 | 50 | 121 |
| Binary | 10111100 | 11011111 | 11100010 | 10001 | 1 | 0 | 1011 | 10111001 | 101000 | 1010001 |
Color Harmonies of #BCDFE2
Complementary color
Monochromatic Colors of #BCDFE2
Black with #BCDFE2
Text Example
Text Example
White with #BCDFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFE2; }
p { color: rgb(188,223,226); }
H1.HeaderClassName
{
color: #BCDFE2;
}
.AnyTagClassName
{
color: #BCDFE2;
}
</style>
background-color css
<style>
a { background-color: #BCDFE2; }
a { background-color: rgb(188,223,226); }
div.DivClassName
{
background-color: #BCDFE2;
}
.BgClassName
{
background-color: #BCDFE2;
}
</style>
border-color css
<style>
span { border-color: #BCDFE2; }
span { border-color: rgb(188,223,226); }
td.TdClassName
{
border-color: #BCDFE2;
}
.TagClassName
{
border-color: #BCDFE2;
}
</style>