Shades of Powder Blue #BEDBDE
Tints of Powder Blue #BEDBDE
RGB
CMYK
RGB Variations
Color information
#BEDBDE (or 0xBEDBDE) is known color: Powder Blue. HEX triplet: BE, DB and DE. RGB value is (190,219,222). Sum of RGB (Red+Green+Blue) = 190+219+222=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEDBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBDE is #412421. Grayscale: #D2D2D2. Windows color (decimal): -4269090 or 14605246. OLE color: 14605246.
HSL color Cylindrical-coordinate representation of color #BEDBDE: hue angle of 185.62º degrees, saturation: 0.33, 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 #BEDBDE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 219 | 222 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.13 |
| HSL | 185.63º | 0.33% | 0.81% | - |
| HSV(B) | 185.63º | 0.14% | 0.87% | - |
| XYZ | 59.75 | 66.88 | 78.87 | - |
| YUV | 210.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 222 | 0.14 | 0.01 | 0 | 0.13 | 185.63 | 0.33 | 0.81 |
| Hex | BE | DB | DE | E | 1 | 0 | D | BA | 21 | 51 |
| Octal | 276 | 333 | 336 | 16 | 1 | 0 | 15 | 272 | 41 | 121 |
| Binary | 10111110 | 11011011 | 11011110 | 1110 | 1 | 0 | 1101 | 10111010 | 100001 | 1010001 |
Color Harmonies of #BEDBDE
Complementary color
Monochromatic Colors of #BEDBDE
Black with #BEDBDE
Text Example
Text Example
White with #BEDBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDBDE; }
p { color: rgb(190,219,222); }
H1.HeaderClassName
{
color: #BEDBDE;
}
.AnyTagClassName
{
color: #BEDBDE;
}
</style>
background-color css
<style>
a { background-color: #BEDBDE; }
a { background-color: rgb(190,219,222); }
div.DivClassName
{
background-color: #BEDBDE;
}
.BgClassName
{
background-color: #BEDBDE;
}
</style>
border-color css
<style>
span { border-color: #BEDBDE; }
span { border-color: rgb(190,219,222); }
td.TdClassName
{
border-color: #BEDBDE;
}
.TagClassName
{
border-color: #BEDBDE;
}
</style>