Shades of Powder Blue #BCDDE3
Tints of Powder Blue #BCDDE3
RGB
CMYK
RGB Variations
Color information
#BCDDE3 (or 0xBCDDE3) is known color: Powder Blue. HEX triplet: BC, DD and E3. RGB value is (188,221,227). Sum of RGB (Red+Green+Blue) = 188+221+227=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDE3 is #43221C. Grayscale: #D3D3D3. Windows color (decimal): -4399645 or 14933436. OLE color: 14933436.
HSL color Cylindrical-coordinate representation of color #BCDDE3: hue angle of 189.23º 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 #BCDDE3 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 221 | 227 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.11 |
| HSL | 189.23º | 0.41% | 0.81% | - |
| HSV(B) | 189.23º | 0.17% | 0.89% | - |
| XYZ | 60.46 | 67.95 | 82.6 | - |
| YUV | 211.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 227 | 0.17 | 0.03 | 0 | 0.11 | 189.23 | 0.41 | 0.81 |
| Hex | BC | DD | E3 | 11 | 3 | 0 | B | BD | 29 | 51 |
| Octal | 274 | 335 | 343 | 21 | 3 | 0 | 13 | 275 | 51 | 121 |
| Binary | 10111100 | 11011101 | 11100011 | 10001 | 11 | 0 | 1011 | 10111101 | 101001 | 1010001 |
Color Harmonies of #BCDDE3
Complementary color
Monochromatic Colors of #BCDDE3
Black with #BCDDE3
Text Example
Text Example
White with #BCDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDE3; }
p { color: rgb(188,221,227); }
H1.HeaderClassName
{
color: #BCDDE3;
}
.AnyTagClassName
{
color: #BCDDE3;
}
</style>
background-color css
<style>
a { background-color: #BCDDE3; }
a { background-color: rgb(188,221,227); }
div.DivClassName
{
background-color: #BCDDE3;
}
.BgClassName
{
background-color: #BCDDE3;
}
</style>
border-color css
<style>
span { border-color: #BCDDE3; }
span { border-color: rgb(188,221,227); }
td.TdClassName
{
border-color: #BCDDE3;
}
.TagClassName
{
border-color: #BCDDE3;
}
</style>