Shades of Powder Blue #BCDEE3
Tints of Powder Blue #BCDEE3
RGB
CMYK
RGB Variations
Color information
#BCDEE3 (or 0xBCDEE3) is known color: Powder Blue. HEX triplet: BC, DE and E3. RGB value is (188,222,227). Sum of RGB (Red+Green+Blue) = 188+222+227=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEE3 is #43211C. Grayscale: #D4D4D4. Windows color (decimal): -4399389 or 14933692. OLE color: 14933692.
HSL color Cylindrical-coordinate representation of color #BCDEE3: hue angle of 187.69º 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 #BCDEE3 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 222 | 227 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.11 |
| HSL | 187.69º | 0.41% | 0.81% | - |
| HSV(B) | 187.69º | 0.17% | 0.89% | - |
| XYZ | 60.73 | 68.48 | 82.69 | - |
| YUV | 212.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 227 | 0.17 | 0.02 | 0 | 0.11 | 187.69 | 0.41 | 0.81 |
| Hex | BC | DE | E3 | 11 | 2 | 0 | B | BC | 29 | 51 |
| Octal | 274 | 336 | 343 | 21 | 2 | 0 | 13 | 274 | 51 | 121 |
| Binary | 10111100 | 11011110 | 11100011 | 10001 | 10 | 0 | 1011 | 10111100 | 101001 | 1010001 |
Color Harmonies of #BCDEE3
Complementary color
Monochromatic Colors of #BCDEE3
Black with #BCDEE3
Text Example
Text Example
White with #BCDEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEE3; }
p { color: rgb(188,222,227); }
H1.HeaderClassName
{
color: #BCDEE3;
}
.AnyTagClassName
{
color: #BCDEE3;
}
</style>
background-color css
<style>
a { background-color: #BCDEE3; }
a { background-color: rgb(188,222,227); }
div.DivClassName
{
background-color: #BCDEE3;
}
.BgClassName
{
background-color: #BCDEE3;
}
</style>
border-color css
<style>
span { border-color: #BCDEE3; }
span { border-color: rgb(188,222,227); }
td.TdClassName
{
border-color: #BCDEE3;
}
.TagClassName
{
border-color: #BCDEE3;
}
</style>