Shades of Powder Blue #BCDDE1
Tints of Powder Blue #BCDDE1
RGB
CMYK
RGB Variations
Color information
#BCDDE1 (or 0xBCDDE1) is known color: Powder Blue. HEX triplet: BC, DD and E1. RGB value is (188,221,225). Sum of RGB (Red+Green+Blue) = 188+221+225=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDE1 is #43221E. Grayscale: #D3D3D3. Windows color (decimal): -4399647 or 14802364. OLE color: 14802364.
HSL color Cylindrical-coordinate representation of color #BCDDE1: hue angle of 186.49º degrees, saturation: 0.38, 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 #BCDDE1 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 221 | 225 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.12 |
| HSL | 186.49º | 0.38% | 0.81% | - |
| HSV(B) | 186.49º | 0.16% | 0.88% | - |
| XYZ | 60.19 | 67.84 | 81.16 | - |
| YUV | 211.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 225 | 0.16 | 0.02 | 0 | 0.12 | 186.49 | 0.38 | 0.81 |
| Hex | BC | DD | E1 | 10 | 2 | 0 | C | BA | 26 | 51 |
| Octal | 274 | 335 | 341 | 20 | 2 | 0 | 14 | 272 | 46 | 121 |
| Binary | 10111100 | 11011101 | 11100001 | 10000 | 10 | 0 | 1100 | 10111010 | 100110 | 1010001 |
Color Harmonies of #BCDDE1
Complementary color
Monochromatic Colors of #BCDDE1
Black with #BCDDE1
Text Example
Text Example
White with #BCDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDE1; }
p { color: rgb(188,221,225); }
H1.HeaderClassName
{
color: #BCDDE1;
}
.AnyTagClassName
{
color: #BCDDE1;
}
</style>
background-color css
<style>
a { background-color: #BCDDE1; }
a { background-color: rgb(188,221,225); }
div.DivClassName
{
background-color: #BCDDE1;
}
.BgClassName
{
background-color: #BCDDE1;
}
</style>
border-color css
<style>
span { border-color: #BCDDE1; }
span { border-color: rgb(188,221,225); }
td.TdClassName
{
border-color: #BCDDE1;
}
.TagClassName
{
border-color: #BCDDE1;
}
</style>