Shades of Powder Blue #BCDEE4
Tints of Powder Blue #BCDEE4
RGB
CMYK
RGB Variations
Color information
#BCDEE4 (or 0xBCDEE4) is known color: Powder Blue. HEX triplet: BC, DE and E4. RGB value is (188,222,228). Sum of RGB (Red+Green+Blue) = 188+222+228=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEE4 is #43211B. Grayscale: #D4D4D4. Windows color (decimal): -4399388 or 14999228. OLE color: 14999228.
HSL color Cylindrical-coordinate representation of color #BCDEE4: hue angle of 189º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDEE4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 222 | 228 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.11 |
| HSL | 189º | 0.43% | 0.82% | - |
| HSV(B) | 189º | 0.18% | 0.89% | - |
| XYZ | 60.86 | 68.54 | 83.42 | - |
| YUV | 212.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 228 | 0.18 | 0.03 | 0 | 0.11 | 189 | 0.43 | 0.82 |
| Hex | BC | DE | E4 | 12 | 3 | 0 | B | BD | 2B | 52 |
| Octal | 274 | 336 | 344 | 22 | 3 | 0 | 13 | 275 | 53 | 122 |
| Binary | 10111100 | 11011110 | 11100100 | 10010 | 11 | 0 | 1011 | 10111101 | 101011 | 1010010 |
Color Harmonies of #BCDEE4
Complementary color
Monochromatic Colors of #BCDEE4
Black with #BCDEE4
Text Example
Text Example
White with #BCDEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEE4; }
p { color: rgb(188,222,228); }
H1.HeaderClassName
{
color: #BCDEE4;
}
.AnyTagClassName
{
color: #BCDEE4;
}
</style>
background-color css
<style>
a { background-color: #BCDEE4; }
a { background-color: rgb(188,222,228); }
div.DivClassName
{
background-color: #BCDEE4;
}
.BgClassName
{
background-color: #BCDEE4;
}
</style>
border-color css
<style>
span { border-color: #BCDEE4; }
span { border-color: rgb(188,222,228); }
td.TdClassName
{
border-color: #BCDEE4;
}
.TagClassName
{
border-color: #BCDEE4;
}
</style>