Shades of Powder Blue #BCDBE3
Tints of Powder Blue #BCDBE3
RGB
CMYK
RGB Variations
Color information
#BCDBE3 (or 0xBCDBE3) is known color: Powder Blue. HEX triplet: BC, DB and E3. RGB value is (188,219,227). Sum of RGB (Red+Green+Blue) = 188+219+227=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBE3 is #43241C. Grayscale: #D2D2D2. Windows color (decimal): -4400157 or 14932924. OLE color: 14932924.
HSL color Cylindrical-coordinate representation of color #BCDBE3: hue angle of 192.31º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDBE3 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 219 | 227 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.11 |
| HSL | 192.31º | 0.41% | 0.81% | - |
| HSV(B) | 192.31º | 0.17% | 0.89% | - |
| XYZ | 59.94 | 66.9 | 82.43 | - |
| YUV | 210.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 227 | 0.17 | 0.04 | 0 | 0.11 | 192.31 | 0.41 | 0.81 |
| Hex | BC | DB | E3 | 11 | 4 | 0 | B | C0 | 29 | 51 |
| Octal | 274 | 333 | 343 | 21 | 4 | 0 | 13 | 300 | 51 | 121 |
| Binary | 10111100 | 11011011 | 11100011 | 10001 | 100 | 0 | 1011 | 11000000 | 101001 | 1010001 |
Color Harmonies of #BCDBE3
Complementary color
Monochromatic Colors of #BCDBE3
Black with #BCDBE3
Text Example
Text Example
White with #BCDBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBE3; }
p { color: rgb(188,219,227); }
H1.HeaderClassName
{
color: #BCDBE3;
}
.AnyTagClassName
{
color: #BCDBE3;
}
</style>
background-color css
<style>
a { background-color: #BCDBE3; }
a { background-color: rgb(188,219,227); }
div.DivClassName
{
background-color: #BCDBE3;
}
.BgClassName
{
background-color: #BCDBE3;
}
</style>
border-color css
<style>
span { border-color: #BCDBE3; }
span { border-color: rgb(188,219,227); }
td.TdClassName
{
border-color: #BCDBE3;
}
.TagClassName
{
border-color: #BCDBE3;
}
</style>