Shades of Light Blue #BED6DF
Tints of Light Blue #BED6DF
RGB
CMYK
RGB Variations
Color information
#BED6DF (or 0xBED6DF) is known color: Light Blue. HEX triplet: BE, D6 and DF. RGB value is (190,214,223). Sum of RGB (Red+Green+Blue) = 190+214+223=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #BED6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6DF is #412920. Grayscale: #CFCFCF. Windows color (decimal): -4270369 or 14669502. OLE color: 14669502.
HSL color Cylindrical-coordinate representation of color #BED6DF: hue angle of 196.36º 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 #BED6DF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 214 | 223 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.13 |
| HSL | 196.36º | 0.34% | 0.81% | - |
| HSV(B) | 196.36º | 0.15% | 0.87% | - |
| XYZ | 58.6 | 64.37 | 79.15 | - |
| YUV | 207.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 223 | 0.15 | 0.04 | 0 | 0.13 | 196.36 | 0.34 | 0.81 |
| Hex | BE | D6 | DF | F | 4 | 0 | D | C4 | 22 | 51 |
| Octal | 276 | 326 | 337 | 17 | 4 | 0 | 15 | 304 | 42 | 121 |
| Binary | 10111110 | 11010110 | 11011111 | 1111 | 100 | 0 | 1101 | 11000100 | 100010 | 1010001 |
Color Harmonies of #BED6DF
Complementary color
Monochromatic Colors of #BED6DF
Black with #BED6DF
Text Example
Text Example
White with #BED6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6DF; }
p { color: rgb(190,214,223); }
H1.HeaderClassName
{
color: #BED6DF;
}
.AnyTagClassName
{
color: #BED6DF;
}
</style>
background-color css
<style>
a { background-color: #BED6DF; }
a { background-color: rgb(190,214,223); }
div.DivClassName
{
background-color: #BED6DF;
}
.BgClassName
{
background-color: #BED6DF;
}
</style>
border-color css
<style>
span { border-color: #BED6DF; }
span { border-color: rgb(190,214,223); }
td.TdClassName
{
border-color: #BED6DF;
}
.TagClassName
{
border-color: #BED6DF;
}
</style>