Shades of Light Blue #BED6DC
Tints of Light Blue #BED6DC
RGB
CMYK
RGB Variations
Color information
#BED6DC (or 0xBED6DC) is known color: Light Blue. HEX triplet: BE, D6 and DC. RGB value is (190,214,220). Sum of RGB (Red+Green+Blue) = 190+214+220=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6DC is #412923. Grayscale: #CFCFCF. Windows color (decimal): -4270372 or 14472894. OLE color: 14472894.
HSL color Cylindrical-coordinate representation of color #BED6DC: hue angle of 192º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED6DC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 214 | 220 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.14 |
| HSL | 192º | 0.3% | 0.8% | - |
| HSV(B) | 192º | 0.14% | 0.86% | - |
| XYZ | 58.2 | 64.21 | 77.04 | - |
| YUV | 207.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 220 | 0.14 | 0.03 | 0 | 0.14 | 192 | 0.3 | 0.8 |
| Hex | BE | D6 | DC | E | 3 | 0 | E | C0 | 1E | 50 |
| Octal | 276 | 326 | 334 | 16 | 3 | 0 | 16 | 300 | 36 | 120 |
| Binary | 10111110 | 11010110 | 11011100 | 1110 | 11 | 0 | 1110 | 11000000 | 11110 | 1010000 |
Color Harmonies of #BED6DC
Complementary color
Monochromatic Colors of #BED6DC
Black with #BED6DC
Text Example
Text Example
White with #BED6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6DC; }
p { color: rgb(190,214,220); }
H1.HeaderClassName
{
color: #BED6DC;
}
.AnyTagClassName
{
color: #BED6DC;
}
</style>
background-color css
<style>
a { background-color: #BED6DC; }
a { background-color: rgb(190,214,220); }
div.DivClassName
{
background-color: #BED6DC;
}
.BgClassName
{
background-color: #BED6DC;
}
</style>
border-color css
<style>
span { border-color: #BED6DC; }
span { border-color: rgb(190,214,220); }
td.TdClassName
{
border-color: #BED6DC;
}
.TagClassName
{
border-color: #BED6DC;
}
</style>