Shades of Powder Blue #BEDBDF
Tints of Powder Blue #BEDBDF
RGB
CMYK
RGB Variations
Color information
#BEDBDF (or 0xBEDBDF) is known color: Powder Blue. HEX triplet: BE, DB and DF. RGB value is (190,219,223). Sum of RGB (Red+Green+Blue) = 190+219+223=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEDBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBDF is #412420. Grayscale: #D2D2D2. Windows color (decimal): -4269089 or 14670782. OLE color: 14670782.
HSL color Cylindrical-coordinate representation of color #BEDBDF: hue angle of 187.27º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDBDF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 219 | 223 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.13 |
| HSL | 187.27º | 0.34% | 0.81% | - |
| HSV(B) | 187.27º | 0.15% | 0.87% | - |
| XYZ | 59.89 | 66.94 | 79.58 | - |
| YUV | 210.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 223 | 0.15 | 0.02 | 0 | 0.13 | 187.27 | 0.34 | 0.81 |
| Hex | BE | DB | DF | F | 2 | 0 | D | BB | 22 | 51 |
| Octal | 276 | 333 | 337 | 17 | 2 | 0 | 15 | 273 | 42 | 121 |
| Binary | 10111110 | 11011011 | 11011111 | 1111 | 10 | 0 | 1101 | 10111011 | 100010 | 1010001 |
Color Harmonies of #BEDBDF
Complementary color
Monochromatic Colors of #BEDBDF
Black with #BEDBDF
Text Example
Text Example
White with #BEDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDBDF; }
p { color: rgb(190,219,223); }
H1.HeaderClassName
{
color: #BEDBDF;
}
.AnyTagClassName
{
color: #BEDBDF;
}
</style>
background-color css
<style>
a { background-color: #BEDBDF; }
a { background-color: rgb(190,219,223); }
div.DivClassName
{
background-color: #BEDBDF;
}
.BgClassName
{
background-color: #BEDBDF;
}
</style>
border-color css
<style>
span { border-color: #BEDBDF; }
span { border-color: rgb(190,219,223); }
td.TdClassName
{
border-color: #BEDBDF;
}
.TagClassName
{
border-color: #BEDBDF;
}
</style>