Shades of Powder Blue #BCDBE1
Tints of Powder Blue #BCDBE1
RGB
CMYK
RGB Variations
Color information
#BCDBE1 (or 0xBCDBE1) is known color: Powder Blue. HEX triplet: BC, DB and E1. RGB value is (188,219,225). Sum of RGB (Red+Green+Blue) = 188+219+225=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBE1 is #43241E. Grayscale: #D2D2D2. Windows color (decimal): -4400159 or 14801852. OLE color: 14801852.
HSL color Cylindrical-coordinate representation of color #BCDBE1: hue angle of 189.73º 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 #BCDBE1 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 219 | 225 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.12 |
| HSL | 189.73º | 0.38% | 0.81% | - |
| HSV(B) | 189.73º | 0.16% | 0.88% | - |
| XYZ | 59.66 | 66.79 | 80.98 | - |
| YUV | 210.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 225 | 0.16 | 0.03 | 0 | 0.12 | 189.73 | 0.38 | 0.81 |
| Hex | BC | DB | E1 | 10 | 3 | 0 | C | BE | 26 | 51 |
| Octal | 274 | 333 | 341 | 20 | 3 | 0 | 14 | 276 | 46 | 121 |
| Binary | 10111100 | 11011011 | 11100001 | 10000 | 11 | 0 | 1100 | 10111110 | 100110 | 1010001 |
Color Harmonies of #BCDBE1
Complementary color
Monochromatic Colors of #BCDBE1
Black with #BCDBE1
Text Example
Text Example
White with #BCDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBE1; }
p { color: rgb(188,219,225); }
H1.HeaderClassName
{
color: #BCDBE1;
}
.AnyTagClassName
{
color: #BCDBE1;
}
</style>
background-color css
<style>
a { background-color: #BCDBE1; }
a { background-color: rgb(188,219,225); }
div.DivClassName
{
background-color: #BCDBE1;
}
.BgClassName
{
background-color: #BCDBE1;
}
</style>
border-color css
<style>
span { border-color: #BCDBE1; }
span { border-color: rgb(188,219,225); }
td.TdClassName
{
border-color: #BCDBE1;
}
.TagClassName
{
border-color: #BCDBE1;
}
</style>