Shades of Powder Blue #BCDBDC
Tints of Powder Blue #BCDBDC
RGB
CMYK
RGB Variations
Color information
#BCDBDC (or 0xBCDBDC) is known color: Powder Blue. HEX triplet: BC, DB and DC. RGB value is (188,219,220). Sum of RGB (Red+Green+Blue) = 188+219+220=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCDBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBDC is #432423. Grayscale: #D1D1D1. Windows color (decimal): -4400164 or 14474172. OLE color: 14474172.
HSL color Cylindrical-coordinate representation of color #BCDBDC: hue angle of 181.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDBDC is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 220 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.14 |
| HSL | 181.88º | 0.31% | 0.8% | - |
| HSV(B) | 181.88º | 0.15% | 0.86% | - |
| XYZ | 58.99 | 66.52 | 77.44 | - |
| YUV | 209.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 220 | 0.15 | 0.00 | 0 | 0.14 | 181.88 | 0.31 | 0.8 |
| Hex | BC | DB | DC | F | 0 | 0 | E | B6 | 1F | 50 |
| Octal | 274 | 333 | 334 | 17 | 0 | 0 | 16 | 266 | 37 | 120 |
| Binary | 10111100 | 11011011 | 11011100 | 1111 | 0 | 0 | 1110 | 10110110 | 11111 | 1010000 |
Color Harmonies of #BCDBDC
Complementary color
Monochromatic Colors of #BCDBDC
Black with #BCDBDC
Text Example
Text Example
White with #BCDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBDC; }
p { color: rgb(188,219,220); }
H1.HeaderClassName
{
color: #BCDBDC;
}
.AnyTagClassName
{
color: #BCDBDC;
}
</style>
background-color css
<style>
a { background-color: #BCDBDC; }
a { background-color: rgb(188,219,220); }
div.DivClassName
{
background-color: #BCDBDC;
}
.BgClassName
{
background-color: #BCDBDC;
}
</style>
border-color css
<style>
span { border-color: #BCDBDC; }
span { border-color: rgb(188,219,220); }
td.TdClassName
{
border-color: #BCDBDC;
}
.TagClassName
{
border-color: #BCDBDC;
}
</style>