Shades of Powder Blue #BCDDE0
Tints of Powder Blue #BCDDE0
RGB
CMYK
RGB Variations
Color information
#BCDDE0 (or 0xBCDDE0) is known color: Powder Blue. HEX triplet: BC, DD and E0. RGB value is (188,221,224). Sum of RGB (Red+Green+Blue) = 188+221+224=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDE0 is #43221F. Grayscale: #D3D3D3. Windows color (decimal): -4399648 or 14736828. OLE color: 14736828.
HSL color Cylindrical-coordinate representation of color #BCDDE0: hue angle of 185º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDDE0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 221 | 224 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.12 |
| HSL | 185º | 0.37% | 0.81% | - |
| HSV(B) | 185º | 0.16% | 0.88% | - |
| XYZ | 60.05 | 67.79 | 80.44 | - |
| YUV | 211.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 224 | 0.16 | 0.01 | 0 | 0.12 | 185 | 0.37 | 0.81 |
| Hex | BC | DD | E0 | 10 | 1 | 0 | C | B9 | 25 | 51 |
| Octal | 274 | 335 | 340 | 20 | 1 | 0 | 14 | 271 | 45 | 121 |
| Binary | 10111100 | 11011101 | 11100000 | 10000 | 1 | 0 | 1100 | 10111001 | 100101 | 1010001 |
Color Harmonies of #BCDDE0
Complementary color
Monochromatic Colors of #BCDDE0
Black with #BCDDE0
Text Example
Text Example
White with #BCDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDE0; }
p { color: rgb(188,221,224); }
H1.HeaderClassName
{
color: #BCDDE0;
}
.AnyTagClassName
{
color: #BCDDE0;
}
</style>
background-color css
<style>
a { background-color: #BCDDE0; }
a { background-color: rgb(188,221,224); }
div.DivClassName
{
background-color: #BCDDE0;
}
.BgClassName
{
background-color: #BCDDE0;
}
</style>
border-color css
<style>
span { border-color: #BCDDE0; }
span { border-color: rgb(188,221,224); }
td.TdClassName
{
border-color: #BCDDE0;
}
.TagClassName
{
border-color: #BCDDE0;
}
</style>