Shades of Powder Blue #BED6DB
Tints of Powder Blue #BED6DB
RGB
CMYK
RGB Variations
Color information
#BED6DB (or 0xBED6DB) is known color: Powder Blue. HEX triplet: BE, D6 and DB. RGB value is (190,214,219). Sum of RGB (Red+Green+Blue) = 190+214+219=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #BED6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6DB is #412924. Grayscale: #CFCFCF. Windows color (decimal): -4270373 or 14407358. OLE color: 14407358.
HSL color Cylindrical-coordinate representation of color #BED6DB: hue angle of 190.34º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED6DB is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 214 | 219 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.14 |
| HSL | 190.34º | 0.29% | 0.8% | - |
| HSV(B) | 190.34º | 0.13% | 0.86% | - |
| XYZ | 58.07 | 64.15 | 76.34 | - |
| YUV | 207.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 219 | 0.13 | 0.02 | 0 | 0.14 | 190.34 | 0.29 | 0.8 |
| Hex | BE | D6 | DB | D | 2 | 0 | E | BE | 1D | 50 |
| Octal | 276 | 326 | 333 | 15 | 2 | 0 | 16 | 276 | 35 | 120 |
| Binary | 10111110 | 11010110 | 11011011 | 1101 | 10 | 0 | 1110 | 10111110 | 11101 | 1010000 |
Color Harmonies of #BED6DB
Complementary color
Monochromatic Colors of #BED6DB
Black with #BED6DB
Text Example
Text Example
White with #BED6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6DB; }
p { color: rgb(190,214,219); }
H1.HeaderClassName
{
color: #BED6DB;
}
.AnyTagClassName
{
color: #BED6DB;
}
</style>
background-color css
<style>
a { background-color: #BED6DB; }
a { background-color: rgb(190,214,219); }
div.DivClassName
{
background-color: #BED6DB;
}
.BgClassName
{
background-color: #BED6DB;
}
</style>
border-color css
<style>
span { border-color: #BED6DB; }
span { border-color: rgb(190,214,219); }
td.TdClassName
{
border-color: #BED6DB;
}
.TagClassName
{
border-color: #BED6DB;
}
</style>