Shades of Powder Blue #BEDBDD
Tints of Powder Blue #BEDBDD
RGB
CMYK
RGB Variations
Color information
#BEDBDD (or 0xBEDBDD) is known color: Powder Blue. HEX triplet: BE, DB and DD. RGB value is (190,219,221). Sum of RGB (Red+Green+Blue) = 190+219+221=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEDBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBDD is #412422. Grayscale: #D2D2D2. Windows color (decimal): -4269091 or 14539710. OLE color: 14539710.
HSL color Cylindrical-coordinate representation of color #BEDBDD: hue angle of 183.87º 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 #BEDBDD is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 219 | 221 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.13 |
| HSL | 183.87º | 0.31% | 0.81% | - |
| HSV(B) | 183.87º | 0.14% | 0.87% | - |
| XYZ | 59.62 | 66.83 | 78.16 | - |
| YUV | 210.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 221 | 0.14 | 0.01 | 0 | 0.13 | 183.87 | 0.31 | 0.81 |
| Hex | BE | DB | DD | E | 1 | 0 | D | B8 | 1F | 51 |
| Octal | 276 | 333 | 335 | 16 | 1 | 0 | 15 | 270 | 37 | 121 |
| Binary | 10111110 | 11011011 | 11011101 | 1110 | 1 | 0 | 1101 | 10111000 | 11111 | 1010001 |
Color Harmonies of #BEDBDD
Complementary color
Monochromatic Colors of #BEDBDD
Black with #BEDBDD
Text Example
Text Example
White with #BEDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDBDD; }
p { color: rgb(190,219,221); }
H1.HeaderClassName
{
color: #BEDBDD;
}
.AnyTagClassName
{
color: #BEDBDD;
}
</style>
background-color css
<style>
a { background-color: #BEDBDD; }
a { background-color: rgb(190,219,221); }
div.DivClassName
{
background-color: #BEDBDD;
}
.BgClassName
{
background-color: #BEDBDD;
}
</style>
border-color css
<style>
span { border-color: #BEDBDD; }
span { border-color: rgb(190,219,221); }
td.TdClassName
{
border-color: #BEDBDD;
}
.TagClassName
{
border-color: #BEDBDD;
}
</style>