Shades of Powder Blue #BED8DD
Tints of Powder Blue #BED8DD
RGB
CMYK
RGB Variations
Color information
#BED8DD (or 0xBED8DD) is known color: Powder Blue. HEX triplet: BE, D8 and DD. RGB value is (190,216,221). Sum of RGB (Red+Green+Blue) = 190+216+221=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #BED8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8DD is #412722. Grayscale: #D0D0D0. Windows color (decimal): -4269859 or 14538942. OLE color: 14538942.
HSL color Cylindrical-coordinate representation of color #BED8DD: hue angle of 189.68º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED8DD is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 216 | 221 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.13 |
| HSL | 189.68º | 0.31% | 0.81% | - |
| HSV(B) | 189.68º | 0.14% | 0.87% | - |
| XYZ | 58.84 | 65.28 | 77.91 | - |
| YUV | 208.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 221 | 0.14 | 0.02 | 0 | 0.13 | 189.68 | 0.31 | 0.81 |
| Hex | BE | D8 | DD | E | 2 | 0 | D | BE | 1F | 51 |
| Octal | 276 | 330 | 335 | 16 | 2 | 0 | 15 | 276 | 37 | 121 |
| Binary | 10111110 | 11011000 | 11011101 | 1110 | 10 | 0 | 1101 | 10111110 | 11111 | 1010001 |
Color Harmonies of #BED8DD
Complementary color
Monochromatic Colors of #BED8DD
Black with #BED8DD
Text Example
Text Example
White with #BED8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8DD; }
p { color: rgb(190,216,221); }
H1.HeaderClassName
{
color: #BED8DD;
}
.AnyTagClassName
{
color: #BED8DD;
}
</style>
background-color css
<style>
a { background-color: #BED8DD; }
a { background-color: rgb(190,216,221); }
div.DivClassName
{
background-color: #BED8DD;
}
.BgClassName
{
background-color: #BED8DD;
}
</style>
border-color css
<style>
span { border-color: #BED8DD; }
span { border-color: rgb(190,216,221); }
td.TdClassName
{
border-color: #BED8DD;
}
.TagClassName
{
border-color: #BED8DD;
}
</style>