Shades of Powder Blue #BCDEE2
Tints of Powder Blue #BCDEE2
RGB
CMYK
RGB Variations
Color information
#BCDEE2 (or 0xBCDEE2) is known color: Powder Blue. HEX triplet: BC, DE and E2. RGB value is (188,222,226). Sum of RGB (Red+Green+Blue) = 188+222+226=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCDEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEE2 is #43211D. Grayscale: #D4D4D4. Windows color (decimal): -4399390 or 14868156. OLE color: 14868156.
HSL color Cylindrical-coordinate representation of color #BCDEE2: hue angle of 186.32º 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 #BCDEE2 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 222 | 226 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.11 |
| HSL | 186.32º | 0.4% | 0.81% | - |
| HSV(B) | 186.32º | 0.17% | 0.89% | - |
| XYZ | 60.59 | 68.42 | 81.97 | - |
| YUV | 212.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 226 | 0.17 | 0.02 | 0 | 0.11 | 186.32 | 0.4 | 0.81 |
| Hex | BC | DE | E2 | 11 | 2 | 0 | B | BA | 28 | 51 |
| Octal | 274 | 336 | 342 | 21 | 2 | 0 | 13 | 272 | 50 | 121 |
| Binary | 10111100 | 11011110 | 11100010 | 10001 | 10 | 0 | 1011 | 10111010 | 101000 | 1010001 |
Color Harmonies of #BCDEE2
Complementary color
Monochromatic Colors of #BCDEE2
Black with #BCDEE2
Text Example
Text Example
White with #BCDEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEE2; }
p { color: rgb(188,222,226); }
H1.HeaderClassName
{
color: #BCDEE2;
}
.AnyTagClassName
{
color: #BCDEE2;
}
</style>
background-color css
<style>
a { background-color: #BCDEE2; }
a { background-color: rgb(188,222,226); }
div.DivClassName
{
background-color: #BCDEE2;
}
.BgClassName
{
background-color: #BCDEE2;
}
</style>
border-color css
<style>
span { border-color: #BCDEE2; }
span { border-color: rgb(188,222,226); }
td.TdClassName
{
border-color: #BCDEE2;
}
.TagClassName
{
border-color: #BCDEE2;
}
</style>