Shades of Powder Blue #BCDDDE
Tints of Powder Blue #BCDDDE
RGB
CMYK
RGB Variations
Color information
#BCDDDE (or 0xBCDDDE) is known color: Powder Blue. HEX triplet: BC, DD and DE. RGB value is (188,221,222). Sum of RGB (Red+Green+Blue) = 188+221+222=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDDE is #432221. Grayscale: #D3D3D3. Windows color (decimal): -4399650 or 14605756. OLE color: 14605756.
HSL color Cylindrical-coordinate representation of color #BCDDDE: hue angle of 181.76º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDDDE is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 222 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.13 |
| HSL | 181.76º | 0.34% | 0.8% | - |
| HSV(B) | 181.76º | 0.15% | 0.87% | - |
| XYZ | 59.78 | 67.68 | 79.02 | - |
| YUV | 211.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 222 | 0.15 | 0.00 | 0 | 0.13 | 181.76 | 0.34 | 0.8 |
| Hex | BC | DD | DE | F | 0 | 0 | D | B6 | 22 | 50 |
| Octal | 274 | 335 | 336 | 17 | 0 | 0 | 15 | 266 | 42 | 120 |
| Binary | 10111100 | 11011101 | 11011110 | 1111 | 0 | 0 | 1101 | 10110110 | 100010 | 1010000 |
Color Harmonies of #BCDDDE
Complementary color
Monochromatic Colors of #BCDDDE
Black with #BCDDDE
Text Example
Text Example
White with #BCDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDDE; }
p { color: rgb(188,221,222); }
H1.HeaderClassName
{
color: #BCDDDE;
}
.AnyTagClassName
{
color: #BCDDDE;
}
</style>
background-color css
<style>
a { background-color: #BCDDDE; }
a { background-color: rgb(188,221,222); }
div.DivClassName
{
background-color: #BCDDDE;
}
.BgClassName
{
background-color: #BCDDDE;
}
</style>
border-color css
<style>
span { border-color: #BCDDDE; }
span { border-color: rgb(188,221,222); }
td.TdClassName
{
border-color: #BCDDDE;
}
.TagClassName
{
border-color: #BCDDDE;
}
</style>