Shades of Powder Blue #BED9DC
Tints of Powder Blue #BED9DC
RGB
CMYK
RGB Variations
Color information
#BED9DC (or 0xBED9DC) is known color: Powder Blue. HEX triplet: BE, D9 and DC. RGB value is (190,217,220). Sum of RGB (Red+Green+Blue) = 190+217+220=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 217 (85.16% from 255 or 34.61% 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 #BED9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9DC is #412623. Grayscale: #D1D1D1. Windows color (decimal): -4269604 or 14473662. OLE color: 14473662.
HSL color Cylindrical-coordinate representation of color #BED9DC: hue angle of 186º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED9DC is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 217 | 220 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.14 |
| HSL | 186º | 0.3% | 0.8% | - |
| HSV(B) | 186º | 0.14% | 0.86% | - |
| XYZ | 58.97 | 65.74 | 77.29 | - |
| YUV | 209.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 220 | 0.14 | 0.01 | 0 | 0.14 | 186 | 0.3 | 0.8 |
| Hex | BE | D9 | DC | E | 1 | 0 | E | BA | 1E | 50 |
| Octal | 276 | 331 | 334 | 16 | 1 | 0 | 16 | 272 | 36 | 120 |
| Binary | 10111110 | 11011001 | 11011100 | 1110 | 1 | 0 | 1110 | 10111010 | 11110 | 1010000 |
Color Harmonies of #BED9DC
Complementary color
Monochromatic Colors of #BED9DC
Black with #BED9DC
Text Example
Text Example
White with #BED9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9DC; }
p { color: rgb(190,217,220); }
H1.HeaderClassName
{
color: #BED9DC;
}
.AnyTagClassName
{
color: #BED9DC;
}
</style>
background-color css
<style>
a { background-color: #BED9DC; }
a { background-color: rgb(190,217,220); }
div.DivClassName
{
background-color: #BED9DC;
}
.BgClassName
{
background-color: #BED9DC;
}
</style>
border-color css
<style>
span { border-color: #BED9DC; }
span { border-color: rgb(190,217,220); }
td.TdClassName
{
border-color: #BED9DC;
}
.TagClassName
{
border-color: #BED9DC;
}
</style>