Shades of Powder Blue #BDDCE0
Tints of Powder Blue #BDDCE0
RGB
CMYK
RGB Variations
Color information
#BDDCE0 (or 0xBDDCE0) is known color: Powder Blue. HEX triplet: BD, DC and E0. RGB value is (189,220,224). Sum of RGB (Red+Green+Blue) = 189+220+224=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCE0 is #42231F. Grayscale: #D3D3D3. Windows color (decimal): -4334368 or 14736573. OLE color: 14736573.
HSL color Cylindrical-coordinate representation of color #BDDCE0: hue angle of 186.86º degrees, saturation: 0.36, 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 #BDDCE0 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 220 | 224 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.12 |
| HSL | 186.86º | 0.36% | 0.81% | - |
| HSV(B) | 186.86º | 0.16% | 0.88% | - |
| XYZ | 60.03 | 67.39 | 80.36 | - |
| YUV | 211.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 224 | 0.16 | 0.02 | 0 | 0.12 | 186.86 | 0.36 | 0.81 |
| Hex | BD | DC | E0 | 10 | 2 | 0 | C | BB | 24 | 51 |
| Octal | 275 | 334 | 340 | 20 | 2 | 0 | 14 | 273 | 44 | 121 |
| Binary | 10111101 | 11011100 | 11100000 | 10000 | 10 | 0 | 1100 | 10111011 | 100100 | 1010001 |
Color Harmonies of #BDDCE0
Complementary color
Monochromatic Colors of #BDDCE0
Black with #BDDCE0
Text Example
Text Example
White with #BDDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCE0; }
p { color: rgb(189,220,224); }
H1.HeaderClassName
{
color: #BDDCE0;
}
.AnyTagClassName
{
color: #BDDCE0;
}
</style>
background-color css
<style>
a { background-color: #BDDCE0; }
a { background-color: rgb(189,220,224); }
div.DivClassName
{
background-color: #BDDCE0;
}
.BgClassName
{
background-color: #BDDCE0;
}
</style>
border-color css
<style>
span { border-color: #BDDCE0; }
span { border-color: rgb(189,220,224); }
td.TdClassName
{
border-color: #BDDCE0;
}
.TagClassName
{
border-color: #BDDCE0;
}
</style>